Re: [PHP] Escaped characters
Thanks! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Escaped characters
Brian Dunning wrote: > 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