When I submit data in my form it changes "abcd" to \"abcd\" on the other end.How can I overcome this problem... (I am using post method to send data)..... Please help...Thanks
|
|
This is generally due to magic_quotes. Something similar to
Should switch them off. I'd reccomend switching them off in your configuration though.. http://us2.php.net/manual/en/security.magicquotes.disabling.php |
||
|
|
|
That are probably Magic Quotes. You can disable them by disabling |
||||||||
|
