Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> A Script To Close All Bbcode Tags In Php, can you help me write one?
galexcd
post Jul 15 2006, 05:39 PM
Post #1


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
***********

Group: [HOSTED]
Posts: 1,074
Joined: 25-September 05
From: Los Angeles, California
Member No.: 12,251



ok, ive got a chat that I made from scratch in flash. Its actually pretty damn cool! I just coded it so bbcode is allowed, but ive got a sligt problem. if sobody dosnt close a tag, then the tag stays active for the following messges. sad.gif , so i thout, why not add the end of every tag, at the end of every message
example:
CODE
[/b][/u][/i][/url][/color]


but then i relized, flash's html encoding is very propor, and all tags must be closed in the order that they were opened!
CODE
[b][u]text[/u][/b] << works
[b][u]text[/b][/u] << dosn't work


AND if sombody opens the same tag twice, the tag must be closed twice!
CODE
[b][b]text[/b][/b] << works
[b][b]text[/b] << dosn't work


I need a php script that can take a string, and add close tags to every line, in the same order they were opend. I was thinking of how to approach this, but i just can't come up with a script. Any ideas?

Thanks!

edit: put code in code tags

This post has been edited by qwertyiscool: Jul 15 2006, 05:42 PM
Go to the top of the page
 
+Quote Post
galexcd
post Jul 16 2006, 05:59 PM
Post #2


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
***********

Group: [HOSTED]
Posts: 1,074
Joined: 25-September 05
From: Los Angeles, California
Member No.: 12,251



This post was offering hosting credits for helping me write the code, but i have recently found out that you must be hosted to transfer hosting credits. But i still really need this code or anything that can help me!

Any input would help as well!!!

Thanks!!

This post has been edited by qwertyiscool: Jul 18 2006, 06:01 AM
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Many Php Script Sites(16)
  2. Script: Php Jukebox(4)
  3. Parse: Error Unexpected T_lnumber(4)
  4. Transfer Variables To Another Php Script(8)
  5. Watermark Your Image With Simple Php Script(35)
  6. Wappychat_oldskool(15)
  7. Free Auction Script(6)
  8. Wappy Buddy V1.10 - Tibia Gold Edition By Wappy & Jon Roig(3)
  9. What Kind Of Script Do You Need ?(15)
  10. Creatting A Playlist Through Php(5)
  11. Very Simple Online Now Script(4)
  12. Html Code Tester. Online Script(15)
  13. Will This Code Work(5)
  14. Php Downloads Script(4)
  15. Script Help Required: Undefined Variable(3)
  1. Script Not Working(6)
  2. Library Script(6)
  3. How Would I Go About Making A Simple "counting" Script?(3)
  4. Forum Script(3)
  5. Php Rediret Script(12)
  6. Download Script For Mp3 Files(0)
  7. How Do I Connect To Live Database With Php Script?(6)
  8. How Do I Get The Result To "stick" And Add Html Tags?(14)
  9. Need Help Installing Dolphin Community Script!(5)
  10. Guessing Php Script(2)
  11. How To Make A View New Post Script?(5)
  12. Php Guest Online Script(3)
  13. How To Make Php Newsletter Script(3)


 



- Lo-Fi Version Time is now: 13th October 2008 - 10:49 PM