| PHP programming assignments?

PHP programming assignments?

DaKingMac asked the question:


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

Related posts:

  1. Best book to learn PHP programming? noelgallagherowns asked the question: Hi, I only took 1 visual...
  2. Where can I work as a php programming freelancer online? kolibrizas asked the question: I am quite experienced php programmer...
  3. where is best to start learning php programming from scratch? gotochruch asked the question: where is best to start learning...
  4. How to learn php programming ? Derek B asked the question: What are some good books....
  5. PHP programming question? Nathan asked the question: Okay, I am trying to create...

Filed Under Programming & Design |

Tagged With , ,

Comments

One Response to “PHP programming assignments?”

  1. prkushun on April 24th, 2008 8:01 pm

    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.