Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Installing a local server
When developing a website, the designer must be able to view their web pages in the same way as the end user.
For a static site, simply clicking on your HTML files and viewing them in the web browser is sufficient...
But if you want to test dynamic content, you will need to set up a local web server. This operation is fairly simple and can be easily done on Windows, macOS, and Linux.

You need a free account to read this module