[PHP] multiple selection dropdown lists
Title: Clear Day Hi we've got a dropdown list from a select statement, after you choose an option from there it creates another dropdown list also from a select statement. We want to know how to be able to select multiple values from the 2nd one and send them through to the next page for display. Below are the two dropdown lists we have. {//begin if ($GetMAPTypeRow[0] == $schemenumber) {//begin $SetInitial = "selected"; }//end else {//begin $SetInitial = ""; }//end ?> > {//begin?> }//end ?> LIST OF MEDICAL AID SCHEMES FROM SEARCH: {//begin$SelectedQuotationSchemeName = $GetSelectedTypeRow[1];if ($GetSelectedTypeRow[0] == $schemenumberSelected){//begin $SetInitial = "selected"; }//endelse {//begin $SetInitial = ""; }//end ?> > {//begin$SelectedQuotationSchemeName = $GetSelectedTypeRow[1];if ($GetSelectedTypeRow[0] == $schemenumberSelected){//begin $SetInitial = "selected"; }//endelse {//begin $SetInitial = ""; }//end ?> >
[PHP] previous and next actions
I really hope someone can help me. I select mulitiple values from a dropdown list and then display them 3 at a time on a next page. They're displayed as hyperlinks so the on I click on get displayed on the next page with it's details. Then I need to be able to move forward and backward through the selected ones (on the page I am on currently displaying the clicked one). Any ideas or examples? REGARDS Angie Bauer
Fw: [PHP] previous and next actions
I really hope someone can help me. I select mulitiple values from a dropdown list and then display them 3 at a time on a next page. They're displayed as hyperlinks so the one I click on gets displayed on the next page with it's details. Then I need to be able to move forward and backward through the selected ones (on the page I am on currently displaying the one I selected). Any ideas or examples? REGARDS Angie Bauer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]