Discussion Questions:

1.How can one transfer a local testing database and tables to a live web hosted web space?
Choose the Export settings and export the database from phpMyAdmin. Copy and paste the generated SQL into the SQL query input box at the server.

2.How can you restore a database from a backed up copy?
In phpMyAdmin select the database that you will be importing your data into. Click the SQL tab, than Browse. Locate the backup file stored on your computer. Click the Go button.

3.How can drop down menus in a form be populated with record values from a database?
By looping through the query results and populating the drop down menu.

4.The Bindings tab allows you to create what type(s) of variables?
Dynamic Variables