PHP is open source scripting language. It\'s widely used to develop web applications.  Home Web Programming PHP How to Install EasyPHP ( PHP, MySql, Apache & PhpMyAdmin)

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:

image 1

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 )

image 2

5. Click Next -> Next -> Install -> Finish

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

image 3

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:

image 4

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

image 5

9. Now double click on EasyPhp and start MySQL server

image 6

image 7

10. To run your files you need to move them in the www directory ( C:Program FilesEasyPHP 2.0b1www )

image 8

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

<?php
phpinfo();
?>

image 9

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

image 10
Click to enlarge

image 11
Click to enlarge

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

image 12
Click to enlarge

How to Install EasyPHP ( PHP, MySql, Apache & PhpMyAdmin)
Click to enlarge


Author's URL: PiticStyle
PHP is open source scripting language. It\'s widely used to develop web applications. More PHP Tutorials: Featured Materials | Fresh Materials | More PHP Tutorials at LearnPHP.org

Reader's comments
comments sonam February 05, 2012 says:
hi....the website says that easyphp is only for developing and not for webhosting..as it seems very conveient to use,after i design a website in it?..do i ve to copy it in another place to host it?do i ve to change the mysql server i am using which comes along with the easyphp???m confused..please help.
Reply
comments Indu Suresh January 15, 2012 says:
Hello,
I 1 time install easyphp on my computer..but when i'm logoff my computer it's closed..........when i"m open mu computer i cant open it........it request to install me to every open time of my computer............plz give solution for this........
my mail id:indu.ps18@gmail.com

Reply
comments mayuri nadarajan January 18, 2011 says:
thank you very much for solving my problem.nw i can start my project with peace..........
thnk u.

Reply
comments Seberina November 16, 2010 says:
How to download PHP etc
Reply
comments shahid nadeem August 04, 2010 says:
Excellent and very appreciating your guide for solving my problem how to access phpMyAdmin on EasyPHP.
I was in a fix and had to waste a lot of time to trace out the solution.
Thank you all concerned very very much.

Reply
Add comments to "How to Install EasyPHP ( PHP, MySql, Apache & PhpMyAdmin)"

Captcha