Jump to content

MYSQL 5 Stripping addslashes() on Insert of new record


JimChuD

Recommended Posts

Hi,
Im having a problem with mysql 5. I find when i insert a post and i do a addslashes to the post that in the database the slashes that should normally appear dont exist..?

however as soon as i tried it on my other server which is running mysql 4 it works fine and theres the slashes.

i did a search on the forum to find nothing related i just wondered if anyone else has encountered this issue and if any resolve was found.
I have had a look through the mysql manual yet turned up nothing....

any advice would be appreciated.
regards
Jim
The slashes are stripped automatically by PHP when you get the content out of the database (regardless of the state of magic_quotes_gpc). However if you look in side the mysql database using PHPMyAdmin or via the command line the slashes will still be there.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.