Website from scratch - Part 3 - PHP

Published

In this episode, I finally make use of PHP as a programming language. In order to use PHP we need a webserver. I used my own laptop to do it and you can read how you can install it right here:

If you are on a Windows machine, you can install WAMP. For mac You install MAMP.

Today We will modify the HTML code into reusable parts. Everything that doesn't change will be modularized into its own file.

Download files here