how to get the value of this.
<input name="file_id[]" type="checkbox" value="<? echo $row_list['atto_id'] ?>">
is it posible to pass value thru link? like this?
<a href="edit.php?file_id=<?= $file_id; ?>">pass file id</a>
but the script above don't work for array. plss help🙂