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 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. 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. Link to comment https://forums.phpfreaks.com/topic/23949-php-slashes-problem/#findComment-109022 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.