I have a table that display's a list of users in a mysql db. In the table I have a echo "<input type="checkbox" name"{$row[$user_id]}"> {$row[$username]}, {$row[$password}, {$row[$isactive]}; ( this is not the exact code but its pretty close. ) What I would like to accomplish is after query and print rows. Each row has a check box and if the box is checked and delete button is clicked it is passed to userdel.php which would take the user_id and delete row. Any help would be greatly appreciated. Vincent Jordan Technical Support Smart Parts, Inc. Loyalhanna Business Complex 100 Station Street Loyalhanna, PA 15661 800-992-2147 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php