Posted by Sean on 12/31/07 06:13
On Fri, 28 Dec 2007 17:15:58 +0000, Gaston Verhulst wrote:
> Hello,
>
> Running this command gives an output: [gastonv@telenetPC ~]$ php -r
> 'echo "Hello World\n";' Hello World
Your post is kind of off-topic. You may want to move this post over to
comp.lang.php
> 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";'
You need to take out that "-r" you have in there.
> ?>
> </body>
> </html>
>
> When I rum it on my computer I only see a empty field.
> [gastonv@telenetPC ~]$ firefox helloworld.html
You're going to want to save this page as .php so your PHP processor
picks it up and executes it.
Navigation:
[Reply to this message]
|