Re: It\'s wierd when I\'ve used forms...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Jacob A. van Zanen" <jack@vanzanen.com>
> You'll have to look into stripslashes function (of the top of my head)
>
> PHP automatically puts slashes around variables

PHP automatically escapes quotes in incoming form data when magic_quotes_gpc
is enabled. If you do not want then, then either disable the setting or use
stripslashes() to remove the escape characters.

---John Holmes...


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux