I have placed three comboboxes on PHP form. One for Year, one for month, one for year. How do i pick values from these three combos and concatenate them & transfer them to Dateofbirth field in Mysql table. Please give code.
rics 0 Newbie Poster
Recommended Answers
Jump to PostCombo box:
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> Day Month Year </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> </head> <body> <form name="frm1" action="update.php" method="post"> <td style="padding-top: 3px;"> <select name="dy"> <option value="">Day</option> <option value="1" >1</option> <option value="2" >2</option><option …
Jump to PostPlease Mark as solved!
All 6 Replies
fobos 19 Posting Whiz in Training
MVied 11 Junior Poster

rajarajan2017
rics 0 Newbie Poster

rajarajan2017
urtrivedi 276 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.