Utah's Own Contests
The application is designed to be flexible; contest name, rules dates and instructions can be changed on the fly. Contestants can submit entries with both image and text attachments.
Design Highlights:
- Application uses PHP, JavaScript, CSS and VBA.
- Administered with Microsoft Access (at the customer’s request) using an ODBC driver.
- Stores multiple complete contests with all information including contest dates, instructions for each contest page and titles in a MySql database.
- Different stored contests can be activated on the fly from the administration interface.
- Contest entries with image and text attachments are stored in a MySql database .
- A simple online PHP form can be used instead of the Microsoft Access administration to view and / or delete contest entries.
- Forms validation for all forms is done with a PHP class that I wrote which includes methods to validate data with Regular Expressions.