Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2008, 15:15
Avatar de david_M_G
david_M_G
 
Fecha de Ingreso: febrero-2005
Mensajes: 938
Antigüedad: 19 años, 2 meses
Puntos: 20
Respuesta: Problemas con Insert de mysql

Cita:
if (mysql_query("INSERT venta ('Id') VALUES ('4984')",$conexion)){echo"Si";}else{echo"No";}
Cita:
if (mysql_query("INSERT INTO venta ('Id') VALUES ('4984')",$conexion)){echo"Si";}else{echo"No";}
Supongo que la tabla se llama "venta"