This also happends to me when running php on my Local Machine (PHP 4.0.2-dev, Win98, Apache 1.3.12, MySQL 3.22.12).. when I use the $PHP_SELF variable in my scripts and run it locally, it returns a url like: http://localhost/php.exe/tests/script.php, and thus returning a 404 error, or creating an error in the script.. any way to change this variable so it points to the correct path?
Andrew Heebner