Hi,
Hope you can just throw some light into this problem as I have been breaking my head thinking of a solution.
I have stored the user's personal information in my MySql database, which includes, name and DOB and other information. The date of birth (DO😎, I had used 2 select boxes for Month and Day and one text box for year.
Now, I am making the user update his profile and when the page is invoked, I get the year value in text. But, how I can dynamically change the "select box" value as per the database value (for example, month: 05 and day: 21). I hope you get my question. When the user loads the "update" page, he gets all his information popped from the database on the page. Right now, I cannot make the default values for the "select" boxes point to the database values.
Awaiting your reply.
Thanks again.
Amy.