Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/03/2010, 08:40
Avatar de eulloa
eulloa
 
Fecha de Ingreso: octubre-2007
Ubicación: Donde caiga la noche, si mi hijo me deja
Mensajes: 691
Antigüedad: 16 años, 6 meses
Puntos: 5
Respuesta: Problemas al procesar informacion php-mysql

No he utilizado mysqli, pero que es esto
Código PHP:
Ver original
  1. $sConsulta = "CONSULTA
  2.        INSERT INTO llibres (
  3.            titol,
  4.            descripcio,
  5.            autor,
  6.            cedit
  7.            ) VALUES (
  8.                '$sTitol',
  9.                '$sDescripcio',
  10.                '$sAutor',
  11.                '$sCedit'
  12.            );
  13.            CONSULTA";

Me refiero al CONSULTA antes de la query.
No te tira ningún error???