Home Lectures Assessment Resources

Lectures

Note: some lectures below have additional material for scripts presented during the lecture, and for solutions to exercises. Each link takes you to a file listing. Click on the .php files to run them in your browser, or save the .tar file to your home filespace and extract the files if you want to see the PHP code and edit it.

1 03/01/12 Introduction ppt pdf   Sample algorithm problems and solutions
2 05/01/12 First PHP scripts ppt pdf scripts exercises
3 10/01/12 Variables and Conditionals ppt pdf scripts exercises
4 12/01/12 Validation, arrays and loops ppt pdf scripts exercises
5 17/01/12 Database backends ppt pdf scripts  
6 19/01/12 Systems, programming and sticky forms ppt pdf scripts exercises  
7 24/01/12 Associative Arrays ppt pdf scripts exercises  
8 26/01/12 Improved PHP ppt pdf scripts exercises  
9 31/01/12 Displaying complex data ppt pdf scripts exercises  
10 02/02/12 Ordering Data ppt pdf scripts exercises  
11 07/02/12 User-defined Functions ppt pdf scripts  
12 09/02/12 File Handling ppt pdf scripts