[ Team LiB ] Previous Section Next Section

Exercises

  1. 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.

  2. Create a script that displays the information from the database you created in exercise 1.

    [ Team LiB ] Previous Section Next Section