Jump to content

Listbox posting


elabuwa

Recommended Posts

Hi guys,

 

I have a list box.

 

say the code is

<select name="drop1" id="Select1" size="4" multiple="multiple">

    <option value="1">item 1</option>

    <option value="2">item 2</option>

    <option value="3">item 3</option>

    <option value="4">item 4</option>

    <option value="0">All</option>

</select>

 

The user will select few items.

How do i capture the data through the "POST" method.

 

$data = $_POST['drop'];

would not work coz there is an array if data.

 

Can any one help or point me in the right direction?

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/223845-listbox-posting/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.