First off - do you have global variables turned on? If not then you need to
collect the data from the $_POST variable.
Also - when you use a multiple select form field the values come across in
an array.
So you would need to access the data using something like this:
$i=0;
while($rooms[$i]) {
Ross Hulford wrote:
> I have a list in php where the user can select 1 or more (rooms book in a
> b&b). The following code is part of the form.
>
>
http://php.net/manual/en/faq.html.php#faq.html.select-multiple
You may want to switch to CHECKBOX since many users have NO CLUE about the
whole cont
2 matches
Mail list logo