Kirstie O'Connell

Software Developer/Engineer/Student

Home C++ HTML-CSS-JS Java Node PHP SQL

Projects in PHP

Countries and Capitals of Oceania

PHP program to fill in capitals of Countries and see if they were correct.

This program shows the user a form fill in an HTML document. There is a list of countries from the Oceania region and has text boxes for the user to input the captial. When the user submits the form the program checks the answers to see if they are correct and lets the user know which ones were right and wrong. There is also a try again button and a reset form button.


Guestbook

PHP program to sign an online guestbook.

This is homework for a chapter in my PHP class taking input to sign an online guestbook. This is an introduction on how to connect a webpage to a mySQL database. The information is added to the database after signing and displays it to the user.