Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 720 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 720 Bytes

IWDD Showcase

About

This is a project created for assignment 1 of COMP1006 - Intro to Web Programming. Its intended purpose is for students taking the same class to have a place to share and showcase their past assignments, projects, ect. school or personal.

Live project can be view here

Assignment Requirements

Use PHP, HTML and SQL to:

  • Design 1 or more database tables
  • Build a form to capture user input
  • Validate user input
  • Save data to a database table
  • Query the database and output the data into a dropdown list
  • Query the database and output the data into an HTML table
  • Send email
  • Document your code with comments within your scripts