WampServer, a Windows web development environment.
This only runs on Windows computers but it is the platform I have used for over 10 years.
WampServer refers to a solution stack for the Microsoft Windows operating system, created by Romain Bourdon and consisting of the Apache web server, OpenSSL for SSL support, MySQL database and PHP programming language.
Go to https://www.wampserver.com/ to get started.
Or go to https://wampserver.aviatechno.net/ and download the latest full install version.
This is also the most versatile platform I have seen. It allows you to install various versions of php, mysql, mariadb, phpmyadmin, and adminer.
If you need assistance check out http://forum.wampserver.com/list.php?2
When you click on it you will see the WampServer menu.
Under php you can select different versions to run and switch them in seconds.
Under mysql you can switch the version also but doing so switches the location of the database storage so beware.
Creating and managing Virtual Hosts:
What is a Virtual Host?
A virtual host is a configuration that allows a single physical server to host multiple separate websites or applications. Instead of needing a dedicated server for each website, virtual hosts enable the server to distinguish between incoming requests for different domain names and serve the appropriate content for each.
Creating a new Virtual Host
A. Open localhost in your web browser.
B. Click on Add a Virtual Host
C. Enter the name for the Virtual Host
D. Enter the absolute path of the Virtual Host folder
(this folder must allready exist – WampServer will not create it for you.)
E. Click “Start the creation/modification of the VirtualHost”
F. I just click the WampServer icon and select Restart All Services
Your Virtual Host will now be live
Using a Virtual Host
Open any web browser and type in your virtualhost name.
Origins 2008 – The Fork Begins MySQL AB had been acquired by Sun Microsystems in…
Useful functions built into PHP You can display the entries in an array with the…
Variables are essential to writing code in PHP. Variables always start with the dollar sign…
XAMPP a local environment for web development. Setting up XAMPP (which stands for X (Cross-Platform),…
This will get you started writing in PHP. Just go to w3schools.com and click on…
MySQL was created in 1994 by Swedish developers David Axmark and Allan Larsson, along with…