Hi
Most of the posts here are about problems with code. I'm still a step behind.
Apache 2.0.47 is installed and working.
PHP 5.0.0b1 is installed and Apache seems to know it is there.
I have a somewhat complex test file - test.php:
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head>
<title>PHP Test Page</title>
</head>
<body>
<?php echo "<p>Hello World</p>";?>
</body>
</html>
The first time I call this up using a browser, I get it dumped as a text file in the browser window. The next time the browser asks it I want to save it or open it with an app.
I've modified httpd.conf with the AddType and LoadModule as noted in many howto pages.
What can I check? Where am I going wrong?
Thanks in advance.
Alasdair