For example I have 2 checkbox and using the while bringing value="<?echo $result['id'];?>"
and if I select 2 checkbox in the dB only hold one id
is it possible when saving the output for example through a comma some id for example 1,2
and how they then withdraw using a while loop on another page
<?$query = mysqli_query($link,"SELECT * FROM `tagsrust`");?><?while($result = mysqli_fetch_array($query)){?><?}?>
Thank you for your help =)