> I am having problem with a PHP page on our web site.
> I've installed the latest version of PHP on a Windows 2000 server.
> 
> The error we're getting is:
> Notice: Undefined variable: PHP_SELF
> 
> Where do I start to fix this problem?

Read the release notes. Register_globals is OFF. Use
$_SERVER['PHP_SELF'].

---John W. Holmes...

Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to