Hi, I have a checkbox array (about 20 lines) input name=\"box\" type=\"checkbox\" value=\"$id\"> input name=\"box\" type=\"checkbox\" value=\"$id\"> input name=\"box\" type=\"checkbox\" value=\"$id\"> I do some client side checking with javascript however the javascript array name=\"box\" does not match the php version, name=\"box[]\" So either my client side stuff works or the php array only returns 1 value when posted. Is there any way to for this to work? R. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php