i just installed php on IIS5.01.
i placed a file phpinfo.php in the webroot
---------------
<?php
phpinfo();
?>
--------------
 
whatever i try i always get the following error :
 
Warning opening 'c:\inetpub\wwwroot\phpinfo.php' for inclusion
(include_path='') in unknown on line 0
 
i'm not sure what this include thing is about....
but on an old installation on a nt4.0 ihave nothing written in it......
if i write phpscripts they are executed perfectly, 
<?php
echo ""test";
?>
 
but i don't get any information from phpinfo....
( which is pretty usefull......)
 
any sugestions?
 
sebastian

Reply via email to