Posted by Denebola on 02/11/06 11:22
I have to agree that I would not be happy working from a command
prompt. I have written the simplest html page i can as follows:
<html>
<head>
<title>simple php test</title>
</head>
<body>
<?php
echo( "Hello World!" ) ;
?>
</body>
</html>
I have saved it in (index.html) the correct directory of my Abyss web
server, but when I call the page in IE by typing
http://localhost/index.html all I see is a blank page with the title
'simple php test'. It's almost as if the php part of the page is
ignored. I have installed php onto my webserver as instructed in the
abyss instructions. I'm very frustrated now. I'm probably missing a
very simple step somewhere here. I will try to install the Apache lite
version and try again. I'm determined to sort this out. Thanks for your
advice, and keep it coming.
Regards
Navigation:
[Reply to this message]
|