Hi all ,
I have collected php shell scripts on various sites on web. However the only script which works is this :
$ php helloWorld.php
<?php
$var = "honey";
print "hello $var";
echo "world";
?>
Any other script which has different commands doesn't work on the system ?? My PHP version is PHP 5.1.6 (cli) which comes with RedHat5 Server OS.
Any idea will be very very appreciated. Please urgent..