Download
- EasyPHP 5.3.9: http://www.easyphp.org/save-easyphp-539.php
- EasyPHP 12.0: http://www.easyphp.org/download.php/
- Microsoft Visual C++ 2010 Redistributable: http://www.microsoft.com/en-us/download/details.aspx?id=5555
How to Install
- Download & install Microsoft Visual C++ 2010 Redistributable, without this you will facing opening Apache error
- Download EasyPHP
- I'm using EasyPHP 12.0 with PHP 5.3.14, so I download the EasyPHP-12.0_with_PHP-5.3.14-setup.exe file
- Run EasyPHP-12.0_with_PHP-5.3.14-setup.exe & follow on screen instruction until installation complete
- You can download different version EasyPHP & install to your computer, so you will have different version EasyPHP in you computer.
How to use
Using EasyPHP is very simple:
- Click Start -> Programs ->EasyPHP_YourVersion -> EasyPHP_YourVersion
- Drop php or html file to the www folder (eg. C:\Program Files\EasyPHP-12.0\www) where you install EasyPHP & then open it from browser.
Here is an example of the PHP code, save it as myPHPfile.php. It show the PHP information & the module information.
<?php // Show just the module information. |
Noticed that the server port use in version 12.0 is different compare with early version. Version 5.3.9 use port 80 whereas 12.0 use 8887 (may change). So you must include server port in your URL when use with EasyPHP 12.0. See below for example:
- http://127.0.0.1:8887/myPHPfile.php
- http://localhost:8887/myPHPfile.php
Conclusion
- EasyPHP is very easy to use & start very fast
- EasyPHP can start and stop service any time.
- EasyPHP can install different version in different folder & running with different version.
- EasyPHP bundle with PhpMyAdmin. You can manage database very easily.