Randy Patterson wrote:
On Tuesday 21 August 2007 16:04, Jose Luis Rivas Contreras wrote:
Randy Patterson wrote:>
After running the above command, this is only item related to php that it
lists;
php5_module (shared)
So it's installed... The only thing it could be happening then is that
your script is wrong...
Here's the entire php file in question;
<html><body>
<h1>PHP Test</h1>
<br />
<?php print "Hello World!" ?>
</body></html>
"Hello World" doesn't print.
Randy
I'm not a PHP expert (yet), but it looks to me like you're missing a
semi-collin at the end of your print statement -
<?php print "Hello World!"; ?>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]