PHP Running

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Mastermind
Forum Commoner
Posts: 36
Joined: Thu Mar 10, 2005 2:38 am
Location: CDO,Philippines
Contact:

PHP Running

Post by Mastermind »

Dear friends,

How did I know that my php running and i disabled my IIS Server and there a is no output show...

What Will I do pls help me

Thanks.... :arrow:
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Post by thomas777neo »

Which web server are you using?

Make sure that the ports are correct. Put IIS on 80 and Apache on 8080.


To test the apache server, first restart the server, then in your browser:

http://localhost:8080

If the apache page appears then the server should be ok. Then configure the server you want to use with PHP.

I recommend XAMPP for someone first trying to install a php enviroment.

http://www.apachefriends.org/en/xampp.html

Otherwise search in the forum for installation instructions. There is normally an install.txt in the php directory in a win32 enviroment.
Post Reply