The purpose of this page is to obtain data from a user and validate it.
You did not supply a proper first name return to the form.
The user's last name is
You did not supply a proper brith date return to the form, please use numbers only.
You did not supply a proper brith date return to the form.
The user's Second Street Address is
You did not supply a proper brith date return to the form.
You did not supply a proper brith date return to the form.
You did not supply a proper brith date return to the form.
You did not supply a proper brith date return to the form.
if(!preg_match("/^(([A-Za-z0-9]+_+)|([A-Za-z0-9]+\-+)|([A-Za-z0-9]+\.+)|([A-Za-z0-9]+\++))*[A-Za-z0-9]+@((\w+\-+)|(\w+\.))*\w{1,63}\.[a-zA-Z]{2,6}$/",$userEmail)) { print "You did not supply a proper email return to the form.
"; } else { print "The user's first name is $userEmail
"; } ?>