You are on page 1of 1

PHP Exercises Using Forms and Arrays

Create a form asking the user for input select his/her list of grocery items in a
store. In separate text fields, request the Store, Day and year in question. Below
that, show a series of checkboxes using the list of items you used in Arrays.

(Those values were: apple, orange, grapes, water melon, mango, banana, kiwi,
papaya, atis.) Set up the form to create an array from the checked items.

You might also like