I am running PHP4 with Apache on Windows 2000 Pro. I am able to read my PHP files but when I use phpinfo() all I get is the text of the code. I have saved a file with a .php extension with the following code:
<?php
phpinfo();
?>
Other files with the .php extension work fine, I can even create and update databases in Mysql with php forms. Any ideas why phpinfo will not work?