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.
Thats a bit wierd. You say that you tested an upload script and it worked ok. what was that script?