Hi list,
I'm trying to post a MySQL "set" list of items in a form that has a
<select ... multiple> option but the HTTP_POST_VARS list
only has one value for that form (the first one), ie it behaves
like an enum type though the list is displayed correctly and
I can select multiple values.
Any idea how I extract the set list from
$HTTP_POST_VARS ???
Thanks,
Andy