Re: [PHP] Escaped characters

2005-02-02 Thread Brian Dunning
Thanks! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Escaped characters

2005-02-01 Thread Richard Lynch
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

[PHP] Escaped characters

2005-02-01 Thread Brian Dunning
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 th