I have a problem with 2 select multiple boxes in my PHP pages.  In order for
PHP to pass multiple values to a page that it is posted to, the name of the
select box must have [] at the end of it.  My problem is that when I do that
for select1[] in my page that breaks the syntax of the JavaScript code that
performs operations on it.  Is there any way around this?  I'm looking for
either a PHP or a JavaScript solution.
Thanks,
Greg



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

Reply via email to