Why is it that PHP does not automatically unescape data retrieved from a
mySQL query?  It seems to me that this should be the default behaviour as
the bulk of what PHP web scripts do is display said data.  I'm just
wondering if I'm missing some command or optional argument to make this
happen.  As it is, I had to write an array_stripslashes routine and run
every single db query I do through it.  Just seems odd to me.

Cheers!

-- 
Aaron Dalton
[EMAIL PROTECTED]
PGPKeyID# 0x65AB5571



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

Reply via email to