This is a discussion on :confused: plz explain........ within the PHP Programming forums, part of the Web Development category; again ,sorry Its not work in my side. html <input type="text" name="Cost" id=&...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| again ,sorry Its not work in my side. html <input type="text" name="Cost" id="textfield3" /> <input type="text" name="Payout" id="textfield2" /> <select name="StartDate" id="Month" class="Drp"> <option value="Jan">Jan</option> <option value="Feb">Feb</option> </select> <select name="StartDate" id="Day" class="Drp"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> <select name="StartDate" id="Year" class="Drp1"> <option value=""></option> <option value="2007">2007</option> <option value="2006">2006</option> <select> PHP CODE $Payout=$_POST['Payout']; $Cost=$_POST['Cost']; $StartDate=$_POST['StartDate']; <-------???????????? hi, I want, how to get in the above three combobox field in my php code. Plz reply me??????: ![]() |
| Sponsored Links |
| |||
| hi the actually the code should be like this... <? $Payout=$_POST['Payout']; $Cost=$_POST['Cost']; echo $StartDate=$_POST['StartDate'][0]; echo $StartDate=$_POST['StartDate'][1]; echo $StartDate=$_POST['StartDate'][2]; ?> <form action="" name="" method="post"> <input type="text" name="Cost" id="textfield3" /> <input type="text" name="Payout" id="textfield2" /> <select name="StartDate[]" id="Month" class="Drp"> <option value="Jan">Jan</option> <option value="Feb">Feb</option> </select> <select name="StartDate[]" id="Day" class="Drp"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> <select name="StartDate[]" id="Year" class="Drp"1> <option value="2007">2007</option> <option value="2006">2006</option> <select> <input name="check" type="submit" value="check"> </form> |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MTU Explain | srikumar_l | Networking & Internet Connectivity | 0 | 12-17-2007 08:51 PM |
| Explain OPENXML? | devarajan.v | XML and SOAP | 4 | 10-13-2007 01:11 AM |
| Explain what a DiffGram is and a good use for one? | devarajan.v | XML and SOAP | 1 | 08-11-2007 01:28 AM |
| Can any one explain why project needed XML? | oxygen | XML and SOAP | 1 | 07-26-2007 04:27 AM |
| Can anyone explain what is XSL ? | kingmaker | XML and SOAP | 3 | 07-21-2007 03:10 AM |