php at home

G

Gaston Verhulst

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.
 
S

Sean

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top