setting up PHP & Apache?

Jeremy W

New member
Hi, I am attempting to instal Apache and PHP, but seem to have hit a problem getting them to work.

I firstly installed Apache in the directory C:/ProgramFiles, and I think I have correctly installed & configured it, as pointing the browser to http://localhost/ produces 'It works!" on the screen,

Now I have also installed PHP in the same destination as Apache ie. ProgramFiles, and also have told it of Apache's existence when I used the installer program to install it.

However upon using the PHP Coder IDE to test run a small test program, it refuses to run it. All that gets displayed when I attempt to run any program is the program code itself displayed on the screen.

What is wrong here?
 
Back
Top