Begginer Question....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Fernan82
Forum Newbie
Posts: 2
Joined: Sun Mar 16, 2003 6:09 pm
Location: USA

Begginer Question....

Post by Fernan82 »

I made a file with the following code:

<?
phpinfo();
?>

according to what i've read that's supposed to give me all the info about my PHP installation, but it's returning the following error:

No input file specified.

can anyone tell me what's wrong?

My server is a Win2k Advanced IIS Server with the Windows installation of PHP.
craigh
Forum Newbie
Posts: 19
Joined: Sun May 19, 2002 2:50 pm

Post by craigh »

what did you name the file (with suffix)?
Fernan82
Forum Newbie
Posts: 2
Joined: Sun Mar 16, 2003 6:09 pm
Location: USA

Post by Fernan82 »

I named it phpinfo.php..........anyways the problem is fixed, i unistalled PHP and reinstalled it and now it's working........ thanks 8)
Post Reply