"Norbert GrüTtner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I doubt that differences in file permission are the reason for the problem, because I managed to the script running just by changing the way it was called. the scenario is as follows localhost_root PHP_TEST here is the index.htm for my test application <a href="../scripts/php_test.htm">Test1</a> SCRIPTS php_test.htm (<meta HTTP-EQUIV="REFRESH" CONTENT="0; URL=/php_test.php">) php_test.php This type of setup was choosen to circumvent the "No input file specified problem". Either changing the index href to php_test.php or the url in php_test.htm to URL=php_test.php (removing backslash) does solve the problem. Any more ideas? Norbert Gruettner -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php