phpbar.de logo

Mailinglisten-Archive

[php] magic_quotes_gpc = on workaround

[php] magic_quotes_gpc = on workaround

Tobias Demuth tobias_demuth at web.de
Sam Dez 3 00:14:43 CET 2005


Autsch das tut weh. Danke für den Tip, werde demnächst RTFM bevor ich poste... Sorry...

Und jetzt wie in Madagascar: "Ihr habt nicht das Geringste gesehen..."

mpG
Tobias


deutschsprachige PHP-Mailingliste <php at phpbar.de> schrieb am 02.12.05 23:56:29:
> 
> Tobias Demuth wrote:
> 
> 
> >     addslashes($_GET);
> >     addslashes($_POST);
> >     addslashes($_COOKIE);
> > }
> > 
> 
> Hallo Tobias,
> 
> addslashes wird auf strings angewendet, nicht auf arrays.
> Da muesstest Du schon eine while-Schleife auf jedes der GPC-arrays anwenden.
> 
> while(list($key, $val) = each($_POST)){
> 	$_POST[$key] = addslashes($val);
> }
> 
> Gruß,
> 
> Christoph	
> 
> 
> -- 
> --------------------------------------------------------
> -  sym.net   -   martin  butz  &  christoph  siefer  gbr
> -  50667 koeln - guerzenichstr. 7   tel.: 0221 . 3762590
> -  fax.: 0221 . 37625955              http://www.sym.net
> -- 
> ** Allgemeine deutschsprachige PHP-Liste: php at phpbar.de **
> Informationen: http://www.phpbar.de
> http://lists.phpbar.de/mailman/listinfo/php


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


php::bar PHP Wiki   -   Listenarchive