Hi. I'm pretty new to PHP. I'm using PHP 5, MySQL Server 5.0 and Apache 1.3.34 (as the book about PHP I have advised Apache 2 is not entirely stable with PHP).
Even the simplest PHP code doesn't seem to work for me. I called a file test.php and used the following code:
<html>
<body>
<?php
echo "test";
?>
</body>
<html>
...and just get a blank page. I can forget trying to retrieve or insert MySQL records if that doesn't even work.
Am I going wrong is some basic, obvious way with PHP? Or is there likely to be something wrong with my install of PHP or Apache?
Many thanks....