|
Posted by Brian Dunning on 02/01/05 22:48
I am storing some text from forms into MySQL as base64_encode(). So far
this has worked well at dealing with weird characters. But when I
output it, everything is escaped with \. I can't replace those out with
'' since sometimes they are supposed to be in there. What's the best
way to output this text from the database and not have the \ visible?
Thanks,
- Brian
Navigation:
[Reply to this message]
|