![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: $request problem
From: Richard Levasseur <richardlev@gmail.com>
Date: Sat Mar 11 2006 - 02:23:14 CET
Not quotes a string index generates an E_NOTICE or something, i forget
Single quotes provide a small performance gain as php doesn't try to
For the question at hand:
$queries = array_map( 'mysql_real_escape_string', explode(" ",
|