bhakti_thakkar
12-23-2006, 11:00 AM
Hi all,
i have a dropdown whose data i fetch from DB.
<select name="mySelect" multiple size=1></select> the problem is, if the user has selected more than one value it prints me only one. i print it this way :
<?
print_r($_POST['mySelect']);
?>
i want to capture all the selected values. how will i do it??
Thanks
i have a dropdown whose data i fetch from DB.
<select name="mySelect" multiple size=1></select> the problem is, if the user has selected more than one value it prints me only one. i print it this way :
<?
print_r($_POST['mySelect']);
?>
i want to capture all the selected values. how will i do it??
Thanks