pero cuando sea dinámico por php es decir que se le agregue otro mas, porque la base de datos aumenta, no se como se aria
Código PHP:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <form id="form1" name="form1" method="post" action=""> <input name="a" type="checkbox"checked="checked" /> <br /> <input type="checkbox" name="b" /> <br /> <input type="checkbox" name="c" /> <br /> <input type="checkbox" name="d"/> <br /> <input type="submit" name="button" value="seleccionar todos" /> </form> </body> </html>