Dynamic Web Sites

In this section, we will work through several exercises. In the first exercise, we will learn to use includes to modularize our site. In the second exercise, we will learn to make a single web page that both displays and handles a form. (In contrast to previous exercises where we have had one page that displayed the form and a separate page that handled the form.)

If this goes well, in the next exercise, we will work more with MySQL.

And time permitting, we will create a web page that allows us to update that website from our browser.

Files

For this exercise, you will need the following files. Right click to download.
index.html
styles.css
calculator.php
Notes