Workshop

The workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice.

Quiz

1:

What PHP function did we use to check the validity of a date?

A1:

checkdate()

2:

What PHP function did we use to create a timestamp?

A2:

mktime()

3:

What PHP function did we use to create an associative array of date-related information?

A3:

getdate()

Activity

Use your fancy new date pull-down class in the context of your own form. Create a back-end script that takes the selected dates and displays their input.



    Part III: Getting Involved with the Code