You need to name it name="fieldname[]" in your HTML and then access each selected value using $_REQUEST['fieldname'][0], $_REQUEST['fieldname'][1], ...
-Rasmus On Wed, 16 Oct 2002, Khalid El-Kary wrote: > hi, > If i have a form that has a <select> with multiple="ture" how would i be > able to retireve it's multiple values in the PHP script, i tried the > $_REQUEST['fieldname'] it gave me only the last selected value > > note: multiple selection is done by holding ctrl :) > > khalid > > > > _________________________________________________________________ > Unlimited Internet access -- and 2 months free! Try MSN. > http://resourcecenter.msn.com/access/plans/2monthsfree.asp > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php