Gary Maddock-Greene wrote:
Hi, is it possible to de-bug a 'no input file specified' error. I get
the error when trying to run my search script but do not know whats
causing it. Is it a common error?
PHP5 with MySQL adn IIS7
Thanks
- Gary
make a small php file called "info.php" with the following contents:
<?php
phpinfo();
?>
save it and run it through iis, if you get the same error then it's php
not being installed correctly
if it does run correctly then we'll need to let the debugging commence!
regards
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php