Objectives
Delete entries from related tables in a database
Create a dynamic select drop-down box
Hash passwords using password_hash()
Determine the size of a string using strlen()
Validate a string using preg_match(), regular expressions, and filter_var()
Authenticate user access using password_hash and password_verify()
Secure a web application using ...