formatted text

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dizeta
Forum Commoner
Posts: 47
Joined: Mon Feb 02, 2004 9:53 am

formatted text

Post by dizeta »

hi,

i'm looking for a class, script or something that allows to insert basic formatted text into mysql database.
the problem is that i need an output compliant valid XHTML 1.0 Strict...
no javascript, have to use it on macintosh computers...
please help! :(
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

http://use.devnetwork.net

start from there.. or hotscripts.com
User avatar
dizeta
Forum Commoner
Posts: 47
Joined: Mon Feb 02, 2004 9:53 am

Post by dizeta »

hi, thanks for helping

i've already tried on hotscripts.com...i've found something, but no
compliant valid XHTML 1.0 Strict...and didn't find nothing on
http://use.devnetwork.net
:(

i didn't think is so hard to find....
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

if you found one that's template based, you could just change the template to be strict.. and just store the formatted text as encoded in whatever form.. like bbcode for vbcode or whatever..
Post Reply