[PHP] Re: multiple select box not showing values

2003-07-08 Thread Micah Montoy
I can't believe I totally overlooked that. Thanks. That solved the problem completely. "David Robley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > says... > > I have a select box that is filled with multiple values and when th

[PHP] Re: multiple select box not showing values

2003-07-08 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > 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 s