
June 22nd, 2006, 08:57 AM
|
|
|
|
Join Date: Apr 2007
Location: UK
Posts: 14
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
invoke phpinfo
Running Win2k Server
PHP 5
IIS
when I invoke :
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
It just returns a blank page.
I have gone over the installation process with a fine tooth comb about 3 times and can't see where I've gone wrong.
However I have another simple php file that passes queries to an sql database and displays the results in a table, that shows the php field but when clicking on the call button returns Error 404. So I'm not sure if it is my installation or my code that is the problem?
Thanks in advance.
|