PHP/MySQL Assignment for
February 12
The files that I showed in class are:
/usr/users3/grovesr/web/books/search.php
/usr/users3/grovesr/web/books/results.php
/usr/users3/grovesr/web/books/edit_results.php
These files refer to the book_books table in MY database.
What you need to do is make copies of these, and modify them so that they refer to YOUR database, and to the book_customers table in YOUR database. If you've already created the search page for customers (which you shouldhave done in the last exercise), you should be able to use that unchanged - provided you use the same 'results' file (whatever you named it) as the 'action' target of the search form. Or you can make the mods again - it's up to you.