Installation: No input file specified

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
dashifen
Forum Commoner
Posts: 35
Joined: Thu Feb 05, 2004 9:53 pm
Location: Champaign - Urbana, IL

Installation: No input file specified

Post 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?
dashifen
Forum Commoner
Posts: 35
Joined: Thu Feb 05, 2004 9:53 pm
Location: Champaign - Urbana, IL

Post by dashifen »

bump -- still haven't solved this. If anyone has any clues, it'd be great!
drale
Forum Newbie
Posts: 8
Joined: Fri Sep 10, 2004 2:43 am

Post 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
Post Reply