I just installed apached 1.3.24 and php 4.1.2. Everything compiled/installed fine.
However when I run a php script I get this regarless of what code is in the script. For testing purposes I used:
<?
phpinfo();
?>
I get this error:
Warning: Failed opening '/www/htdocs/test.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
Any suggestions please.
Thank you.
Tom