phph and list box control

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fuzzyfuzz
Forum Newbie
Posts: 10
Joined: Fri Dec 05, 2008 5:07 pm

phph and list box control

Post by fuzzyfuzz »

Hi!
I want to use the listbox control that i know from .net. the problem is that there isn't any control like that in the reguler html controls- there is the drop down list but it isn't the same time
can anyone help me and say how can i reach the listbox control in a php page?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: phph and list box control

Post by alex.barylski »

<select multiple="multiple">

</select>
Post Reply