Posted by Hot cat on 08/28/06 08:25
Howdy all,
I just installed php 5 in fedora core 4 and have just written a the first
scrip[t that comes in the "man php" (echo "hello world") from the command
line.
I tried to execute
#!/bin/php
<?php
print ("hello world");
?>
I get bash errors and it won't run.
Same when I tried to place a few simple "hello worlds" in a piece
of html that I \itried to run on Friefox. Whats the story do I have to
fiddle with php.ini, install a plug in for Friefox?
TIA
[Back to original message]
|