red hat 7, Apache 1.3, PHP 4.x?
trying to test php out? With intrudctory tutorial on www.php.net write a file called "hello.php3"
...........................................
<head><title>PHP Test</title></head>
<body>
<?php echo "Hello World<P>"; ?>
</body>
...........................................
When viewing in browser ... get back the code
exactly the way it is above with the tags
Its suppose to just display "hello world"
also tryed changing extensions to php4 & php
I've already spent quite some time trying to get this to work ... yet unsuccessful ... I'm determined to get it to work. I'm am very anxious to see & learn the power of PHP and what it can do. Are there any better tutorials out there? Please respond!