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 not in the table it should print:
last-name
Your name is not listed.
*** All the info is coming from a mysql database
thanks
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 not in the table it should print:
last-name
Your name is not listed.
*** All the info is coming from a mysql database
thanks