ECPI School Portfolio

Ted DeJong

PHP + MySql

PRG245 Internet Programming

This course expands PHP and server-side programming by adding state information and database access. This course used the textbook, PHP Programming with MySql, by Don Gosselin.

Aqua Don's Scuba Scool

This project from the textbook is a website for a company named Aqua Don's Scuba School. This site uses MySql to store student registration information.

SkywardFlyers

This project from the textbook is a website for a company named SkywardFlyers. This website uses MySql to store frequent flyer club member information.

GuessingGame

In this game, the computer sets a number between 0 and 100. The goal is to guess the number. The computer will track how many times the player has guessed.

CashRegister

This tool uses a class to allow a cashier to enter a cost and payment of a transaction. It does not work for bills over $100. It checks for numeric input. Then it displays to the cashier both the total amount of change to return and how much of each denomination of US money.

Counter