como hago para el opc solo seleccione 1 solo...xq se selecciona 2 y yo solo kiero q se seleccione 1
aca esta el html:
Código HTML:
<html> <body> <br><center>Formulario(Envío de MP)</center></br> <form action="insertar-registro.php" method="POST"> Mensaje:<textarea name="mensaje" cols="30" rows="3"></textarea><p> Selección: <input name="col" type="radio" value="si"/> si <input name="col" type="radio" value="no" checked/> no <input name="col" type="radio" value="nose"/> nose <p> Opción: <input type="checkbox" name="opc" value="ok"/>OK</input> <input type="checkbox" name="opc" value="nada" checked/>Nada</input> <p> Teléfono: <input type="text" name="telefono">Acuérdate de usar solo números<p> E-Mail: <input type="text" name="email"><p> <input name="enviar" type="submit" value="enviar"> <input type="reset" name="limpiar"> </form> </body> </html>