Dear Sir,
I had made web application using php adn postgresql. I had used dropdown with mulitple selection.now when user select more than one value and submit page i want to store selected values in database. So how could i get that selected values after submission of form. mail me at bakul@banas.guj.nic.in
Waiting for reply..
If I'm not mistaken, PHP will assign the multiple values into an array. So if your form field were named MULTI_SELECT then you would simply check $MULTI_SELCT[0], $MULTI_SELCT[1], and so on.
AaronZoller.com