Web Application Concepts




Specification Reference
  • understand the concept of coding at the server and client end
  • know what can be coded at the server end
  • know what can be coded at the client end
  • have experience of coding solutions to simple web application problems

Supporting Resources

Introduction into WAMP

wamp

Learning Cycle Objectives:

  • Understand why there is a need for a webserver
  • Understand how to upload and display websites on a server

Resources

PHP Basics

phpBasics

Learning Cycle Objectives:

  • Know how to output a string in PHP
  • Know how to declare a variable in PHP

Resources

Arrays

arrays

Learning Cycle Objectives:

  • Know how to declare an array in PHP
  • Understand how to access array items

Resources 

Passing of Data

data

Learning Cycle Objectives:

  • Understand how to pass information from different pages
  • Know how to store information on a site wide level

Resources


Database Joins

joins

Learning Cycle Objectives:

  • Understand how to access relvent information over two tables

Resources