jasper182 Posted October 14, 2006 Share Posted October 14, 2006 Hello,I just installed WAMP on my computer to do some testing on some PHP code for school, but I noticed that slashes are being added to data submitted to my forms. Is this a WAMP setting or is it something new in PHP 5? Its got me scratching my head, so any information you could provide would be appreciated. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/23949-php-slashes-problem/ Share on other sites More sharing options...
sinisake Posted October 14, 2006 Share Posted October 14, 2006 However for output-use 'stripslashes' function.I hope this helps you. Quote Link to comment https://forums.phpfreaks.com/topic/23949-php-slashes-problem/#findComment-108863 Share on other sites More sharing options...
wildteen88 Posted October 15, 2006 Share Posted October 15, 2006 This is a php setting. Open trhe php.ini and dissable magic_quotesOnce you have done restart WAMP. Quote Link to comment https://forums.phpfreaks.com/topic/23949-php-slashes-problem/#findComment-109022 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.