1. Download EasyPhp, Open It or Save It
2. Double Click on the setup, and follow the next steps:
3. Click Ok -> Next -> Check the box of I Accept the Agreement -> Next -> Next
4. If you want to install in a different location click Browse ( recommend 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
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 FilesEasyPHP 2.0b1www )
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
Related Articles
- 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: - Acquiring PHP MySQLPHP and MySQL are already packaged in Linux and Mac OS X OSs. However, most PHP developer are actually using Windows when developing PHP applications. This is also true to myself. I have Mandrake Linux 10 but Ill just use it for testing purposes of my finished scripts...
- Start Hosting BusinessAt first download Apache from http://server.paehl.de/apache20.zip. Download will take place 30 secs over a broadband connection & installation will take 1 minute. Now unpack the exe where ever you want. After you unpack & run serverinst.exe and change Servername and your e-mail. Then start the follo...
- Configure a virtual directory using WAMPSimple guide on how to configure a root folder for a PHP web site using WAMP server.
- 3 Ways To Backup Your WebsiteData loss is the worst nightmare of people who own precious computer files, whether he is a website administrator or just a simple e-mail user. Sometimes, just one wrong push of a button can make all your files instantly vanish without a trace.
- MySQL TablesCreate, insert, update, delete, count and select rows in a database.
- MySQL Join TutorialWhat are joins and how do you make them?
- Downloads CMS and Clicks Counter1. There are 3 documents we will be creating: downloads.php, downloaditem.php, additem.php. You will need access to a mySQL Database with phpmyadmin, as well as a host with php installed onto it.
2. First lets set up the table in phpmyadmin. go to your database, and run the following SQL Comman... - Changing Web Hosting ProvidersIf you would like to cut costs or are no longer satisfied with their current web host provider maybe it is time to think about changing web host providers. Take time to plan your transfer so that you wont lose any files and data...
- PHP User StatsIn this tutorial I am going to teach you how to make a User Stats menu in PHP and MySQL which displays: Unique hits, Unique hits today, Total hits, Total hits today. If you dont have MySQL you can get one for free here.




