Posted by Alvaro G. Vicario on 10/25/93 11:34
*** Mike escribió/wrote (Mon, 12 Dec 2005 22:24:22 GMT):
> Some other apps need magic quotes on. I guess there is no consistency about what is used. Maybe some
> apps are older than others.
Then:
if(get_magic_quotes_gpc()){
$foo=stripslashes($_POST['foo']);
}
And, please believe me, always use this when coding:
error_reporting(E_ALL);
--
-+ Álvaro G. Vicario - Burgos, Spain
++ http://bits.demogracia.com es mi sitio para programadores web
+- http://www.demogracia.com es mi web de humor libre de cloro
--
[Back to original message]
|