[PHP] multiple select box not showing values

2003-07-08 Thread Micah Montoy
I have a select box that is filled with multiple values and when the user clicks submit, it hightlights all the values in the select box and then sends this to my PHP file. I did a simple: echo ($_POST[imgList]); to see what was happening and the only value being carried across is the last

RE: [PHP] multiple select box not showing values

2003-07-08 Thread Giz
Is imgList an array, and did you specify it as such in the form? Are you foreach() through the array to get the contents? -Original Message- From: Micah Montoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 12:03 AM To: [EMAIL PROTECTED] Subject: [PHP] multiple select box