Project Description:
I need a very simple MySQL database and admin panel created for a forthcoming events page.
MySQL database to store the following information:
a) Event Date (Date Picker in Admin)
b) Event Time (Time Picker in Admin)
c) Event Title (Text Field in Admin)
d) Event Description (Wysiwyg Editor in Admin)
e) Event Image (File Upload in Admin)
f) Event Fee (Text Field in Admin)
g) Shipping Rate 1 (Text Field in Admin)
h) Shipping Rate 2 (Text Field in Admin)
Admin panel to add/edit/delete entries in the database
Client page to view all entries in the database in date order, must not show dates in the past.