Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/04/2008, 00:13
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años, 1 mes
Puntos: 2534
Re: Nombre checkbox de un array

no es esto lo ke necesitas???

<input type="checkbox" name="nombres[pepe]"/>
<input type="checkbox" name="nombres[juan]"/>
<input type="checkbox" name="nombres[joe]"/>

asi entonces, los recuperas con un $_POST['nombres'] resultandote un arreglo...