PHP/MySQL : Installing a server for development purposes
François Houste


The main disadvantage of creating sites with PHP is that your scripts can only be interpreted by a server. Unlike HTML, it is impossible to see the results produced by your lines of code before placing them online. And if mistakes have to be identified and solved, then you have to go through long downloading and correction processes. The solution is to install a complete development server on your computer.

Contents:

- Overview of EasyPHP

- Installing and Activating the Server

- Database Configuration

- Creating a Project