Ver Mensaje Individual
  #8 (permalink)  
Antiguo 30/04/2009, 09:23
harvestmoon
 
Fecha de Ingreso: febrero-2009
Ubicación: cancun!
Mensajes: 898
Antigüedad: 15 años, 2 meses
Puntos: 15
Respuesta: ingreso de multiples datos

pues a se me ocurre q declares tus text box asi
Código HTML:
<input type="text" name="iddatos[]" value="valor"> 
luego algo asi

Código PHP:
foreach($_REQUEST['iddatos'] as $reg)
            
mysql_query("INSERT INTO tabla (campo,campo1 ,campo2 )VALUES ('$var','$var2', '$var3')
"
)or trigger_error(mysql_error(),E_USER_ERROR); 
am creo q asi iria si estoy mal corrijanme por fis saludines!! y suerte!!!!
__________________
WHERE IS MY BLUE SUNNY SKY??
pd: todos los karmas son bienvenidos :D