Click to See Complete Forum and Search --> : php in linux 7.0


Anon
05-02-2001, 12:43 AM
Hi,

I installed rehhat 7.0 which had pre-installed php 4.0.1pl and other relevant module.

However, when I tested it through localhost, it did not work.

<?php
phpinfo()
?>

I saved it in var/www/html/.

I viewed it by netscape browser at http://localhost/test.php.

The error shows strange characters CGI@#$%^@

Why and how can I fix it? Is it the wrong path or do I need to setup any kind of server?

Thanks

gogo