Posted by Mike on 11/17/19 11:34
I was not sure that I could put that inline. Thanks for the tip.
Mike
"Alvaro G. Vicario" <webmaster@NOSPAMdemogracia.com> wrote in message
news:1c97xmgntr2sp.brnyy7on6xbx.dlg@40tude.net...
*** 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]
|