Jump to content

Multiple Selects


carlg

Recommended Posts

I want to do a multiple select like this where the user can select multiple items

 

<SELECT NAME="abc" MULTIPLE>
<OPTION VALUE="A">A
<OPTION VALUE="B">B
<OPTION VALUE="C">C
<OPTION VALUE="D">D
</SELECT>

 

 

How do I reference these variable in code or the form that does the processing?

 

Thanks for the info

Carl

 

Link to comment
https://forums.phpfreaks.com/topic/67466-multiple-selects/
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.