Hi, I'm a total newb.
I'm wanting to test out a PHP program so I installed apache on my Win7 machine along with PHP. I actually used the wamp install that installs the above along with MySql and some other goodies.
Anyway, it all seemed to install fine but when I go to call any of the .php pages it opens up and shows me the text that makes up the script rather than executing the script. Basically I type: http://localhost/filename.php and substitute the filename with whatever it should be and the browser just displays the contents of the file instead of running it.
html files display properly but not .php files.
I hope I'm posting this in the right place....Any ideas what I did wrong? Thanks!