Hi Folks,
I have a form generated using ABVFP and can be seen at this link
All this information entered is sent to MySQL on submission.
My challenge is this - When a person enters their date of birth it is submitted as YYYYMMDD.
However I would like to prevent persons being born in 1992 from submitting the form and to this end a pop up or page will open saying that th eperson is too old.
Next year I will have to prevent the 1993 age group and so on.
So the restraint for this year - players turning 19 before the 30/12/2010 cannot enter.
I would appreciate your assistance in solving this problem
I have a form generated using ABVFP and can be seen at this link
All this information entered is sent to MySQL on submission.
My challenge is this - When a person enters their date of birth it is submitted as YYYYMMDD.
However I would like to prevent persons being born in 1992 from submitting the form and to this end a pop up or page will open saying that th eperson is too old.
Next year I will have to prevent the 1993 age group and so on.
So the restraint for this year - players turning 19 before the 30/12/2010 cannot enter.
I would appreciate your assistance in solving this problem
Comment