Hi all got a problem with setting the value of a checkbox depending on the result of a SELECT statement, when creating the checkbox with Dreamweaver I get this code (i added some php)
<td><font face="Tahoma"> Track:
<?php
print "<input type=checkbox name=track2 value=track2>";
?>
</font></td>
OK, now i have an array $row[] that has a boolean value in it, how do i get the checkbox to appear checked if the boolean value is true?
Also how do i send the new value when the form is submitted.
Any help would be wicked!!
Cheers, N.