OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
RE: SQL injection

From: Calderon, Juan C (CORP, DDEMESIS) (Juan.Calderonddemesis.ge.com)
Date: Mon Apr 21 2003 - 13:30:14 CDT


********
how can i evade de slash???
********

PHP manual explains this
http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime

When magic_quotes are on, all ' (single-quote), " (double quote), \ (backslash) and NUL's are escaped with a backslash automatically. If magic_quotes_sybase is also on, a single-quote is escaped with a single-quote instead of a backslash.

hasta luego :)