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.
Yet when I put.
<?php
phpinfo();
?>
Nothing shows up.
Even
<html>
<body>
<?php
print "hello world";
?>
</body>
</html>
shows nothing.