Page 1 of 1

Begginer Question....

Posted: Sun Mar 16, 2003 6:09 pm
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.

Posted: Sun Mar 16, 2003 7:19 pm
by craigh
what did you name the file (with suffix)?

Posted: Sun Mar 16, 2003 7:50 pm
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)