WDD / DDD Project

Example Project

A swimming club needs an online registration form for its annual competition.

Mandatory requirements

  • Main Area: Web Design and Development (WDD)
  • Advanced Higher Concepts (from WDD):
    • Complete website including:
      • Form elements (action, method, name)
      • External CSS
      • Multiple layouts using a media query
      • Use of session variables
      • Server-side processing (PHP) to:
      • Assign variables
      • Process form data
    • Integration Area: Database Design and Development (DDD)
      • Create a database with at least one table
      • Open/close the database connection to run SQL queries
      • Format results for output (if required)