Posted by Stanch on 02/07/06 11:21
Not sure what you're trying to achieve (javascript issues?), but if it's of any help, you can do name[] and make it into an array. e.g. <select name="name[]"></select> Using name[] you can have multiple selects/inputs with the same form name. However, of course it's best if you use distinct names to tell them apart. Hope this helps.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming