How to install EasyPHP ( PHP, MySql, Apache & PhpMyAdmin)

[1] Download EasyPhp, Open It or Save It

[2] Double Click on the setup, and follow the next steps:

EasyPhp Setup

[3] Click Ok -> Next -> Check the box of I Accept the Agrement -> Next -> Next

[4] If you want to install in a different location click Browse ( recommed to install in C:\Program Files\ )

[5] Click Next -> Next -> Install -> Finish

[6] Now EasyPhp is installed, you will e a button in your taskbar

EasyPhp Button in taskbar

[7] Double click and the server should start, but here if you have MySQL installed before EasyPhp, the server of
MySQL it won’t start. Let’s to resolve this:

In the picture you can see the error message:

To resolve this press CTRL + ALT + DELETE, will be opened Windows Task Manger.

[8] Click on Performance, search mysqld-nt.exe and End the Process

[9] Now double click on EasyPhp and start MySQL server

[10] To run your files you need to move them in the www directory ( C:\Program Files\EasyPHP 2.0b1\www )

[11] That’s it! Now let’s to see if php is installed. Create a new text document and type this code:

<?php
phpinfo();
?>


[12] Now in your browser type this: http://localhost/ and click on phpinfo.php



[13] To acces PhpMyAdmin, right click on EasyPhp in taskbar and select Administrator

PhpMyAdmin

In the next tutorial we learn how to create a Contact Page with html and php. I hope this tutorial was usefull, thank you and please submit to RSS!

Tags: , , , , , , , , , ,

3 Responses to “How to install EasyPHP ( PHP, MySql, Apache & PhpMyAdmin)”

  1. Create a Contact Page with HTML and PHP | PiticStyle Says:

    [...] have made a tutorial about how to install EasyPhp and now i come with an example. Today we learn how to create a Contact Page in HTML and PHP very [...]

  2. nookli » Blog Archive » How to install EasyPHP ( PHP, MySql, Apache & PhpMyAdmin) Says:

    [...] story here This entry was posted on Friday, October 26th, 2007 at 1:07 pm and is filed under php download. [...]

  3. azi Says:

    please send me tutorial how to create php file adn brouwer at web site

    thank you

Leave a Reply