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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.