Objectives
Set up a dynamic site
Create named functions
Use $_GET and $_POST superglobal arrays
Create and iterate with a foreach loop
Use PHP’s glob to limit access to specific file types
Write custom object methods
Upload files with PHP’s $_FILES superglobal array
We now know how to make a simple dynamic website. We also know how to create a dynamic form. ...