Hey all,
i'm really sorry that i bother you with such a question, but i've been sitting on this for quite a while now and i just don't know what to do anymore.
I've got here a very simple php code (my first one), embedded in a html body.
It is an exact copy of an example on the internet. But it doesn't work for me.
I tried it first on my local server with no luck, and than uploaded it to my
hosts server ( http://www.8lions.com.au/helloworld.html), but still no notable effect.
I'm sure there is a simple answer for it, please help me.
It's such a frustrating start to php.
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<?php echo "Hello World!"; ?>
</body>
</html>
__________________
It's all happening for a reason.
|