
May 30th, 2001, 01:01 PM
|
|
Contributing User
|
|
Join Date: Aug 1999
Posts: 119
Time spent in forums: 1 m 41 sec
Reputation Power: 14
|
|
|
arrays, forms, and javascript
I've seen in the documentation that if you name a select box (for instance) as "myselect[]", PHP will read the values in the select box as elements of the myselect array.
When I do that, I run into issues with Javascripts. Is there anyway to avoid this?
|