OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: kj (kjindifference.org)
Date: Thu May 31 2001 - 11:48:37 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > PHP used to have an option to automatically use addslashes() on any variable
    > passed to it via POST or GET. Please see your PHP.INI file and set the
    > appropriate setting for "magic_quotes_gpc"

    Isn't the "magic_quotes_gpc" only for GET/POST/COOKIES. For SQL
    statements to dbs I think you need to initialize magic_quotes_runtime
    for the addslashes() default.

    K.J.