Raffle Entry

Objectives:
  • To apply proper validation and error notification
  • To integrate HTML, MySQL with PHP

Create an application that asks a user to enter a contact number.

  1. If the contact number is invalid, have an error notification "Please fill up <field name> correctly!". Sample of valid contact number: 09555723409
  2. Once the valid field is entered, save the data into the database.
  3. On success.php, display all saved entries along with the date and the time when the user submitted it.
  4. (Bonus) Add a new feature that allows the...
Please submit your assignment before moving to the next lesson. chevron_left Prev Nextchevron_right