> -----Original Message-----
> From: Anton Piatek [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, April 03, 2003 11:26 AM
> To: Matt Schroebel; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP not accepting variables
> 
> 
> Sorry, PHP v 4.2.2
> 
> and register_globals is off... id rather not have to rewrite 
> all my pages
> again, so would like to get it working.

Turn it on, either in php.ini, 

or in .htaccess as:
php_value register_globals 1

--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to