Exercises
Create a database with three fields: email (up to 70 characters), message (up to 250 characters), and date (an integer that contains a Unix timestamp). Build a script to allow users to populate the database. Create a script that displays the information from the database you created in exercise 1.
 |