thelma@uwm.edu wrote:
Quote:
I'm running php 4.4.7 on a Mac.
>
I'm trying to include a select control that allows multiple selections
in a form. I can show a form with pre-selected multiply selected
items, but when I try to post these only the item with the highest
index in the array of selections survives.
>
This is the partial result of print_r($HTTP_POST_VARS):
>
Array ( [hidden_ndx] =9 [hidden_itemID] =5.00000 [hidden_system]
=MPROP [searchstr] =[afdom] =Employment [afds] =Added [afiv]
=Adequate measure [submit] =Filter
>
On my screen [afdom] showed both Health and Employment as
selected, [afds] showed Derived and Added as selected.
>
What am I doing wrong?
>
thanks, --thelma
>
>
Sorry, my crystal ball is in the shop, so I can't see your code. So I
have absolutely no idea what you're doing - much less what you're doing
wrong.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================