PHP programming assignments????

Im just starting to learning php. Im reading this book and i was wondering if anyone could maybe give me some type of programming assignment. this is what i learned so far

variables
constants
dates and times
creating arrays
modifying arrays
sorting
walking through arrays
if statements
switch
for loop
while loop
do while loop

Make a table with 4 column headings (First Name, Last Name, Favorite Color, and Age). Then, have records for 5 people in the table. Make the column headings clickable, so that when someone clicks on one, the table is sorted (ascending) by that column.

Extra credit: Create a page for someone to input the 5 records.

Or, another one you could try, is to display a monthly calendar. Have it display the current month by default, but have links to move a month forwards or backwards.

One Response to “PHP programming assignments????”

  • prkushun says:

    Make a table with 4 column headings (First Name, Last Name, Favorite Color, and Age). Then, have records for 5 people in the table. Make the column headings clickable, so that when someone clicks on one, the table is sorted (ascending) by that column.

    Extra credit: Create a page for someone to input the 5 records.

    Or, another one you could try, is to display a monthly calendar. Have it display the current month by default, but have links to move a month forwards or backwards.
    References :

Leave a Reply