My PHP Projects!
-
Simple PHP Exercises
The first simple exercises we created when learning PHP.
-
Practice PHP Program
A practice PHP program that asks for the user's name and age and outputs them in a sentence. This uses the "post" method and cookies.
-
Random Hex Code
A PHP website that has a random background color every time the page is loaded.
-
Calendar
A PHP program that generates a calendar display for a month given the day of the week it starts on, and how many days are in the month.
-
Dice Simulator
A PHP program that simulates the rolling of dice based on the number of dice, the number of sides the dice has, and the number of times the die are rolled.
-
Dynamic Pages
A PHP file that dynamically loads content in the URL using the $_GET variable and displays unique content for each url.
-
Background Selector
A PHP file with a dropdown menu with options to change the background color. The page uses to cookies to remember the previous color choice even after the page is closed.
-
Dane Joe
A PHP program which switches the first letters of the first and last names.
-
XML Blog
A PHP page which used a "foreach" loop to display sample blog entries from an external XML file.