Apache 2.0.49
PHP 4.3.6
mySQL 4.0.18
My problem is this, I've edited/tweaked httpd.conf and php.ini according the install guides.
On the web server, I can run/display/load any .php file, however when I try to embed php code/scripts into an html file it fails to load and I just get a blank webpage.
Example...
Code: Select all
<html>
<body>
<?
print "This is a PHP test!";
?>
</body>
</html>Any ideas? I am assuming there is something flawed with the apache or php config files, but I've tested/changed everything I can think of, double checked the AddType, LoadModule lines, etc....
Thanks in advance for any advice, comments, suggestions!