Click to See Complete Forum and Search --> : Nothing is printed on the screen :(


PHPCanuck
10-20-2002, 11:56 PM
PHP is installed. Apache is running. Tested an upload script and it works fine.
Yet when I put.

<?php
phpinfo();
?>

Nothing shows up.
Even

<html>
<body>

<?php
print "hello world";
?>


</body>
</html>

shows nothing.

piersk
10-21-2002, 08:52 AM
Thats a bit wierd. You say that you tested an upload script and it worked ok. what was that script?