On Thu, 27 Nov 2003 17:42:13 +0800
"nicholas" <[EMAIL PROTECTED]> wrote:

> 
> I gone to the website, and i got this error 
> 
> Error: register_globals is on 
> 
> how can i turn php global off?


register_globals is a variable in php.ini
you can find it generaly in /usr/local/lib/php.ini

you can also put "php_flag register_globals on" in .htaccess
but that doesn't work if php is a CGI

Christophe

Reply via email to