Hello,

I have some codes like:
  <select name="links" size="5" multiple>
  <OPTION VALUE="scripttip1.html"> Page 1
  <OPTION VALUE="scripttip2.html"> Page 2
  <OPTION VALUE="scripttip3.html"> Page 3
  </select>
  <input type="submit" name="removeButton" value="Remove">

If I selected item 1 and item 3 both, how can I get my multiple selection in 
the PHP codes? (it seems to me it always give me the last selection only).

Thank you very much in advance.

Regards,
David
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to