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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to