Hi all,

I want to store the results of a multiple select input box in a mysql
db. The box looks like this:
<select name='name[]' size='5' multiple>
        <option value='id'>name</option>
</select>

I cannot seem to store the array in a database and then output the
result using foreach. Any tips?

Regards,

Matthew Delmarter
Web Developer

AdplusOnline.com Ltd
www.adplusonline.com

Phone: 06 8357684
Cell: 025 2303630


-- 
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