Problem
1. Use MySQL to create a database of information about used trucks for sale, similar to the cars database used in this chapter. Make up equipment that characterizes trucks. Get the raw data from the ad section of your local newspaper. Instead of using the states in the cars database, divide your town into four sections and use them.
2. Modify and test the program access_cars.php to handle UPDATE and INSERT SQL commands, as well as SELECT.