Posted by Gaston Verhulst on 12/28/07 17:15
Hello,
Running this command gives an output:
[gastonv@telenetPC ~]$ php -r 'echo "Hello World\n";'
Hello World
I have made a html like this:
[gastonv@telenetPC ~]$ cat helloworld.html
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?
php -r 'echo "Hello World\n";'
?>
</body>
</html>
When I rum it on my computer I only see a empty field.
[gastonv@telenetPC ~]$ firefox helloworld.html
My server is Telenet in Belgium and he doesn't support php.
So, I like to try to run it at home.
Perhaps I have to install something more?
Thanks in advance for helping,
Gaston Verhulst.
[Back to original message]
|