You are on page 1of 1

SOFT7008 Exercises

Class 09
Check

• Your own PPSN

• Your credit cards

• Some cash

• Some product bar codes

Class 10
Write a function that takes a single string and returns true if it is a valid PESEL number, and false
otherwise.

Write a function that takes a single string and returns true if it is a valid ISBN (10 or 13) number,
and false otherwise.

Write a function that takes a single string and returns true if it is a valid henkilötunnus number, and
false otherwise.

Class 11
Build on the PHPizza code to collect the delivery address and credit card number on the next
page, and then on then finally display all the data on a third page.

Class 12

Class 13

Class 14

Class 15
What kinds of information would a Pizza ordering website need and what types would it be? What
might the tables look like?

Class 16
Add a Pizza order to you Pizza database

You might also like