Tema: mysql(_get)
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2004, 13:02
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Código PHP:
<? 
// Checa
$consulta="INSERT INTO Libros (nombre, precio) values ('".$http_get_vars['nombre']."', '".$http_get_vars['precio']."')";
$query=mysql_query($consulta) or die (mysql_error()); 
?>