I have instaled PHP in my PC Pentium 4 and even after disabled IIS, the PHP program doesn’t run.?

PHP 4 with My SQL server (already downloaded from PHP.net).

Instead of going for php, mysql and apache separately. Install WAMP5 which install php, mysql with PHPMyAdmin and Apache, all you have to do is double click the exe file and follow the instructions and php will run on your system once you start the wamp server.

Hope this helps!!!

2 Responses to “I have instaled PHP in my PC Pentium 4 and even after disabled IIS, the PHP program doesn’t run.?”

  • skatc says:

    Did the installer also come with the Apache webserver? PHP doesn’t usually stand alone; usually you incoporate it into Apache (or IIS, but with IIS is can be a little buggy). There are a few all-in-one packages that come with Apache, PHP, Mysql and PHPMyAdmin; I’ve included links to a couple.

    You need to make sure the Apache service is running after you stop IIS. If you want them both running at the same time you can tell Apache to run on a different port than :80 so they won’t conflict.
    References :
    http://www.easyphp.org/?lang=en
    http://www.firepages.com.au/phpdev41.htm

  • Cva says:

    Instead of going for php, mysql and apache separately. Install WAMP5 which install php, mysql with PHPMyAdmin and Apache, all you have to do is double click the exe file and follow the instructions and php will run on your system once you start the wamp server.

    Hope this helps!!!
    References :
    http://www.wampserver.com/en/download.php

Leave a Reply