Ver Mensaje Individual
  #11 (permalink)  
Antiguo 05/01/2010, 12:23
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años
Puntos: 2534
Respuesta: como insertar dos registros ala vez

jgames88, de hecho tu código sigue estando mal...

Código PHP:
// MAL
echo "<input type='text' name='".$this-> nombrecampo($i).[$i]"' size='".$this->tamaniocampo($i)."'/> ";


// BIEN
echo "<input type='text' name='".$this-> nombrecampo($i)."[".$i."]' size='".$this->tamaniocampo($i)."'/> "
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.