> 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.

Reply via email to