Due Date: November 19 (Thursday)
Develop an Oracle database that holds calendar events for the School of Natural and Applied Sciences. Use PHP to develop three pages for viewing the events:
List_Calendar.php3:
list all calendar events.
Enter_Search_Calendar.php3
: Provide a search form to enter for searching for event items.
The search criteria should include 'Start Date', 'End Date', 'Unit' and
'Keyword'.
search_calendar_result.php3
: Display search result of the search form.
Study the model provided by the links above as the requirements of your program. Note that the third link does not work by itself, but through the second link. Your db should contain exactly the same content as in the sample List_Calendar.php3 page.
You should use exactly the same file names and provide links from your starting home page in your discovery account.
Turn in a listing of your Oracle's tables (descriptions
and contents) and your account name. Grading will be done by actually
using the pages.