I know RedHat 7.3 has PHP. I used 'whereis php' from the shell and it said PHP is in /usr/bin/php.
The reason I'm asking is I want to learn how to use php. I can write a simple script called this:
[]
<?
echo "Hello don Julio";
?>
[/]
Then I save the file in .php format. The problem is when I open the file in Mozilla, nothing shows up. Now I am a little further than that simple example, but the problem is my browser isn't parsing php. Is it something that has to be turned on in my computer, because I was under the impression that it already is on.
Please tell me how to turn php on because I hate having to transfer my practice files to my website just to see the results of what I'm doing. Thanks
