Hi Guys,
I have been trying to work on this thing for sometime now. Pls help me out. I am using PHP and MySql.
I have a table with columns name and dob (date of birth) say the table name is "Customer".
I have a form where I can let the user enter the year values within which he/she wants to retrieve records from.
For example - fromYear and toYear (fromYear value is 20) and (toYear value is 30).
By entering those values, I want to retrieve the customers whose age is between 20 and 30.
How to do it? Please help.
Thank you.
Amy.