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:
- Best book to learn PHP programming? noelgallagherowns asked the question: Hi, I only took 1 visual...
- Where can I work as a php programming freelancer online? kolibrizas asked the question: I am quite experienced php programmer...
- where is best to start learning php programming from scratch? gotochruch asked the question: where is best to start learning...
- How to learn php programming ? Derek B asked the question: What are some good books....
- PHP programming question? Nathan asked the question: Okay, I am trying to create...
Filed Under Programming & Design |
Tagged With Learning Php, Programming Assignment, Programming Assignments
Comments
One Response to “PHP programming assignments?”
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.