JimChuD Posted July 3, 2006 Share Posted July 3, 2006 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.regardsJim Quote Link to comment https://forums.phpfreaks.com/topic/13552-mysql-5-stripping-addslashes-on-insert-of-new-record/ Share on other sites More sharing options...
wildteen88 Posted July 3, 2006 Share Posted July 3, 2006 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. Quote Link to comment https://forums.phpfreaks.com/topic/13552-mysql-5-stripping-addslashes-on-insert-of-new-record/#findComment-52475 Share on other sites More sharing options...
JimChuD Posted July 3, 2006 Author Share Posted July 3, 2006 i just noticed that hehe :)sorry i was being an idiot on one server the magic_quotes_gpc is off and the other is on.Appreciated :)RegardsJim Quote Link to comment https://forums.phpfreaks.com/topic/13552-mysql-5-stripping-addslashes-on-insert-of-new-record/#findComment-52477 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.