On Thursday, March 14, 2002, at 09:52  AM, Scott St. John wrote:

> Ok, how about a code snipet since I seem to be blind this morning.  The
> select box code:
>
> <select multiple="yes" name="groups" id="av">
> <?
> $sql = "select groupID,groupName from groups order by groupName";
>

...


> Any eye openers?  Thanks,
>
> -Scott


Sure!  First go get a cup of coffee!  :)
Then change the first line to say this:

<select multiple="yes" name="groups[]" id="av">

Let me know how that works for you.


Erik


----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to