rc1127
1
echo "<tr><td><input type='checkbox' name='chk[]'></td>";
echo "<td>" . $row['test_name'] . "</td></tr>";
Hi Guys,
Please help me with this code because I want the value of my checkbox according to the data of my table in sql.
Appreciate your help thanks.
RC
echo '<tr><td><input type="checkbox" name="chk[]" value="'.$row['field'].'"></td>';
rc1127
3
thank you so much megazoid.
works perfectly.
system
Closed
4
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.