This article describes how to install a complete PHP development environment for PHP on Windows. The solution used is EasyPHP Devserver.
EasyPHP Devserver is a complete and ready-to-use development environment for PHP developers. It combines PHP, MySQL, Apache, PHPMyadmin, Xdebug and many modules and ad-dons (Xdebug Manager, Virutal Hosts Manager, Laravel & Laravel Manager, Code Sniffer, Codeshot, Codiadf, Mobile…) into a standalone, pre-configured installation that can be installed on your local computer or on a USB drive. Devserver is portable, modular, fully configurable and easy to update and extend.
Launched in 1999, EasyPHP Devserver was the first WAMP software bundle available. EasyPHP Devserver is more alive than ever with weekly updates, new modules created regularly and a strong community (more than 50.000 people use it everyday).
DevserverDevserver is created on your desktop
Devserver is launched, an icon appears in the Notification Area (next to the clock) - if you don't see the icon, click on Show hidden icons and move the icon next to the clock. or
 or 

Two ways :



Two ways :

Your files have to be stored in folders that the server knows. Two options: put them directly in the server document root (“Portable Directory") or use "Working Directories".
Use this option if you plan to use Devserver as a portable server. That means that Devserver is installed on a portable device (USB key, memory stick...) and you use it on several computers (for development, demo, presentation...).
Save your files in this folder: <server-install-folder>\eds-www and open them with your browser thru the Dashboard(Portable Directory section) or directly at this address: http://127.0.0.1/ (if you chose a port other than 80 use http://127.0.0.1:8080/ if 8080 is your port - change the value accordingly).
Create the folder in which you want to store your files. This folder can be anywhere on your computer (drive C:, D:…).
Open the Dashboard with your browser (http://127.0.0.1:1111), click on + add directory
Fill the fields, click on save and wait a few seconds (servers need to restart if they were running).
Now, you can open your files with your browser thru the Dashboard (Working Directories section).

There are many suitable code editors (text editors specialised for code with syntax highlighting). You can use Notepad++ (https://notepad-plus-plus.org/), Sublime Text (https://www.sublimetext.com/), Atom (https://atom.io/)...
Steps:


Final code:

Save your page in the "Portable Directory" or in a folder declared in "Working Directories". Don't forget to give it the proper extension : .php. You can name your file date.php. Warning : be sure that your system shows file name extensions (read this).
Open your file with your browser thru the Dashboard. Your browser should display something like that:
The current date is Sunday April 2, 2017
Devserver is not designed to be used as a production server, but as developing server to test your pages offline before moving them on the hosting server. Indeed, Apache for Windows is a test version, and is not guaranteed for an optimal operation (reliability, load rising, …) contrary to Unix/Linux based platforms.
Nice Infornmation Thank for sharing. Nice idea