Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/11/2008, 16:22
Avatar de _eNGeLs_
_eNGeLs_
 
Fecha de Ingreso: noviembre-2007
Ubicación: CDE, Paraguay
Mensajes: 278
Antigüedad: 17 años
Puntos: 4
Respuesta: Formulario No inserta datos en db mysql!!!

la sintaxis debe ser esta:
Código PHP:
$insert3 mysql_query("insert into td_det_piezas (campo1,campo2,campo3,etc) values('null','".$_POST['nom_part']."','".$_POST['cantid']."','".$_POST['prop']."')"
__________________