You need to give the checkboxes unique names like user1, user2 user3 RW
Quoting Greg <[EMAIL PROTECTED]>: ### If I have 3 checkboxes labeled "user", but each one has a seperate value, ### how do I get the values of each checkbox? For example, how would I tell ### if ### the following checkboxes are checked? ### ### <input type="checkbox" name="user" value="1"> ### <input type="checkbox" name="user" value="2"> ### <input type="checkbox" name="user" value="3"> ### <input type="submit" name="Submit" value="Submit"> ### ### ### ### -- ### PHP General Mailing List (http://www.php.net/) ### To unsubscribe, visit: http://www.php.net/unsub.php ### ### -- Richard Whitney Transcend Development Producing the next phase of your internet presence. [EMAIL PROTECTED] http://xend.net 602-971-2791 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php