Ver Mensaje Individual
  #9 (permalink)  
Antiguo 28/04/2009, 13:06
chiquita12
 
Fecha de Ingreso: abril-2009
Ubicación: México
Mensajes: 114
Antigüedad: 15 años, 11 meses
Puntos: 0
Respuesta: insertar datos de dos tablas diferentes desde un mismo formulario

Ya me inserta algunos valores a la base de datos, digo alguno por que solo me pone la letra A

Notice: Uninitialized string offset: 5 in C:\xampp\htdocs\doc\insertar.php on line 58

Notice: Uninitialized string offset: 6 in C:\xampp\htdocs\doc\insertar.php on line 58

Notice: Uninitialized string offset: 7 in C:\xampp\htdocs\doc\insertar.php on line 58

Notice: Uninitialized string offset: 8 in C:\xampp\htdocs\doc\insertar.php on line 58


esta es la linea 58
$strquery.="('".$_POST['responsable'][$i]."','".$_POST['fecha_programada][$i]."

esta la 57
if (!empty($_POST['responsable'][$i])) {


A este error la verdad no le entiendo me podrian decir por que salio..