Just wondering if you could help me solve this problem. I create a table with values from my database.
The table is dynamically created and each row contains a checkbox
Code: Select all
<td align="center"><input type="checkbox" name=<?echo $i ; ?> value="webyn"></td>Code: Select all
foreach ($_POST as $key => $value )
{
echo $key;
}Thanks in advance for your time