PHP
PRG211 Internet Programming
PHP is a great server-side language and this course used the textbook, PHP Programming with MySql, by Don Gosselin.
PRG245 Internet Programming
Also see my projects from the follow-up course, PHP + MySql.
Labs

- Basic php
Some labwork practicing some basic php - Form GET
Form submitted using GET method - Form POST
Form submitted with POST method - Digital Tape Calculator
Using sessions in php
Assignment 1

- Hands on Project 2-1
NASCAR Drivers - Hands on Project 2-2
Locksmiths - Hands on Project 3-1
Output Directive - Hands on Project 3-3
Interest Array - Hands on Project 4-2
Conditional Script - Hands on Project 4-3
Odd Numbers - Hands on Project 5-2
Validate Credit Card - Hands on Project 5-3
Reverse String - Hands on Project 5-5
Compare Words - Hands on Project 7-1
Top Five Salespeople - Hands on Project 7-2
Winning Numbers - Hands on Project 10-4
Last Visit
Pizza Order Form
Gourmet Pizza Parlor. For this project, students were to use a sample HTML order and write a PHP script to process the form data. The script is required to display a receipt. Only minimal data validation required, just checking that the name, address and phone fields are not empty.
More PHP Projects
There are more php projects from my php+mysql course, PHP + MySql.