digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
Couple of things:
Does the page address you are loading end in .php?
Did you go into the config file for Apache and do the required modifications for PHP pages?
Have you tried other scripts to make sure it is not the script?? The most common script used to test your PHP installation is php info script like so:
<?php
phpinfo();
?>
Type or copy that code into notepad and save it as info.php in your web folder, than load it in a browser. It should show all the info about your PHP and Server
GliderPilot
Junior Poster in Training
86 posts since Sep 2006
Reputation Points: 8
Solved Threads: 4