Page 1 of 1

Installation: No input file specified

Posted: Thu Aug 19, 2004 3:33 pm
by dashifen
While trying to install PHP I got this message when I went to phpinfo.php:

No input file specified.

The following is phpinfo.php if you couldn't guess:

Code: Select all

<?
phpinfo();
?>
What does that error message mean?

Posted: Fri Aug 20, 2004 8:30 am
by dashifen
bump -- still haven't solved this. If anyone has any clues, it'd be great!

Posted: Fri Sep 10, 2004 2:53 am
by drale
try

Code: Select all

<?PHP
phpinfo();
?>
notice the ?PHP instead of ?

I get 'No input file specified' when I try to access a php file that doesnt exist. So also make sure you type the url currectly