I am maybe blind or so... just got nearly the same problem as before. I not get the values of the selectfields. I got 0 - 8 instead of some strings.
Here is the url: http://web159.login-142.hoststar.ch/memberd/de/prices/
Here is my code I use to get it:
# read size of one of these arrays
$count = count($_REQUEST['BX_NAME']);
# loop
for($i = 0, $e = 1; $i < $count; $i++, $e++)
{
$divers.= "Diver/PAX #{$e}: Name: $BX_NAME[$i] / Shoe-Size: $BX_shoesize[$i] / Weight: $BX_weight[$i] / Heigth: $BX_height[$i]<br />";
}
I did a postdump and this works, I mean I get and see what I should get.