Hi Guys,
I have recently wanted to get into learning PHP and SQL so bought a couple of books but they go on about that I need to download Apache 1.3.31
I cant seem to find this anywhere so I have just downloaded the latest version, I have set up all my configuration step by step following the book that I have.
When I enter http://localhost
This displays all ok, which I believe means the configuration is all ok. However when I do a test.php file with the following lines of code...
<html>
<body>
<?php echo("hello world");?>
</body>
</html>
Nothing comes up on screen, I just get a blank screen. Is it a problem with the coding or the configuration.
Hope someone can help, I emailed the author of the book and he just says that I need to get Apache 1.3.31 for it to work as Version 2x doesnt work.
Any help will be great, I have had a look at other posts but doesnt seem to be any answers to this.😕