[thelist] php/mysql output to browser questions...

Michele Wandrei michele at inthree.com
Fri Mar 30 15:20:07 CST 2001


> Any suggestions on what to do with the escaped single quotes in the output
> from that TEXT field in the DB? 

Use stripslashes to get rid of the escape character:
$your_text  = stripslashes($your_text);

Hope this helps,
Michele
___________________________________________________
Michele Wandrei
inThree Design
www.inthree.com








More information about the thelist mailing list