Hi there,
I have html-page with multiselectable list
<form name=”data” action=”script.php” method=”post”>
<select miltiple name=”tracks”>
…
</select>
</form>
I expect what when post this form I will have $tracks array with all selected items inside my PHP-script, but I have just $tracks var that contains last selected list item. Of course I can analyze QUERY_STRING “manually” but may be I miss something and you can point me to the right direction?
Best regards,
Paul.