hi guys.. need help about check box..
i have 10 records showing in a table and want to delete more than 1 record...
each rows have checkbox to be checked if you want to delete this record.
if i checked more than 1 record of course the url will look like this
" http://localhost:82/delete.php?emp_id=5&emp_id=12&Submit=Delete "
how can i get the value of emp_id where they have the same name (emp_id)?
$emp_id = $_GET['emp_id'] will only get 1 value.. that is my problem...


