Question
Insert Date from drop-down menus
I've searched a few forums and haven't had any luck. Maybe
someone can help ...
Using PHP/MySql, I have a form which inserts a record and it works well except for one thing. I have three drop down menu fields named sDay, sMonth, and sYear - I need to combine those three values and insert into a field in the db called startDate. From what I've read I guess I need to concatenate the values but I'm new to PHP and I'm unclear about how to tweak the Dreamweaver Insert Record code. I've attached the code that exists now.
Thanks to anyone who can give me a hand.
Using PHP/MySql, I have a form which inserts a record and it works well except for one thing. I have three drop down menu fields named sDay, sMonth, and sYear - I need to combine those three values and insert into a field in the db called startDate. From what I've read I guess I need to concatenate the values but I'm new to PHP and I'm unclear about how to tweak the Dreamweaver Insert Record code. I've attached the code that exists now.
Thanks to anyone who can give me a hand.
