Stop from ticking two checkmarks in PHP code?

timbruningtwine

New member
Hey this is my code,
ForceTBC)
{
$HTML.= "<tr><td>Check if TBC:</td><td><input type='checkbox' name='tbc' id='tbc' /></td></tr>";
$HTML.= "<tr><td>Check if WOTLK:</td><td><input type='checkbox' name='Wotlk' id='wotlk' /></td></tr>";
}
$HTML .= "<

the section thats revelant anyway, and i have two tick marks in PHP code, but how can i stop people from checking two of those checkmarks?
 
Back
Top