donJulio,
I've always tested php using the following:
[]
<?
phpinfo();
?>
[/]
That wasn't working after I installed RedHat 8, but this did:
[]
<?php
phpinfo();
?>
[/]
Further, my threads install scripts were just dumping code to the screen, but when I changed the first line of install.php to the following, it started working:
[]
<?php
[/]
My guess is that this is a php or apache configuration issue that us newbies don't know about...hopefully someone will clue us in now.
Hope that helps,
et