Die Suche ergab 2 Treffer

von ufuk
22.07.2005 20:05
Forum: Coding & Technik
Thema: phpBB get_magic_quotes_gpc() Abfrage
Antworten: 2
Zugriffe: 206

Dankesehr! :) Genau an dieser Stelle war dann wohl meine Wissenslücke.
von ufuk
22.07.2005 19:22
Forum: Coding & Technik
Thema: phpBB get_magic_quotes_gpc() Abfrage
Antworten: 2
Zugriffe: 206

phpBB get_magic_quotes_gpc() Abfrage

Code aus der "common.php"... http://www.phpbb.de/doku/xref/nav.html?common.php.html


111 //
112 // addslashes to vars if magic_quotes_gpc is off
113 // this is a security precaution to prevent someone
114 // trying to break out of a SQL statement.
115 //
116 if( !get_magic_quotes_gpc ...

Zur erweiterten Suche