it should search for a last name. If the last name is in the table the PHP script should print:
first-name last-name
Your date of birth is yyyy-mm-dd.
Where first-name and last-name is a name of a person.
yyyy is a year, mm is a month, and dd is a day.
On the other hand if the last name is...