Web Application Concepts
- 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
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
Learning Cycle Objectives:
- Know how to output a string in PHP
- Know how to declare a variable in PHP
Resources
Arrays
Learning Cycle Objectives:
- Know how to declare an array in PHP
- Understand how to access array items
Resources
Passing of Data
Learning Cycle Objectives:
- Understand how to pass information from different pages
- Know how to store information on a site wide level
Resources
Using Databases
Learning Cycle Objectives:
- Understand how to connect to database from a PHP script
- Know how menipulate information from a database
Resources
Database Joins
Learning Cycle Objectives:
- Understand how to access relvent information over two tables
Resources