jeudi 3 décembre 2015

Multiple Checkbox to POST to another page

I have a list of checkbox (I need to give an id to each), then to make POST to another page

i have a while loop that which brings me one checkbox for each item in the database, I need to make each checkbox to make the POST, on the other page one check or X displays

Edit page.php

while ($fila = mysql_fetch_array($rs)) {
  echo "<td > <input type='checkbox' /> </td>}

AnotherPage.php

?????

I guess I have to give an id to each checkbox to make the post and to get on another page.

image trying to explain that I need

sorry for my english :(




Aucun commentaire:

Enregistrer un commentaire