|
Magic Quotes
Okay, PHP is enabled with Magic Quotes (so you don't have to escape funky characters in MySQL data). Works perfectly fine with an INSERT statement, doesn't work at all with an UPDATE statement. I still have to use addslashes() when updating a MySQL row. Is this normal or am I missing something?
__________________
--Epsilon--
|