Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/03/2009, 09:25
Avatar de rompeguesos
rompeguesos
 
Fecha de Ingreso: marzo-2009
Mensajes: 692
Antigüedad: 15 años
Puntos: 8
Respuesta: Error desconocido. You have an error in your SQL syntax; check the manual

el insert es este:

Código PHP:
// hacemos el INSERT en la BD
$sqlInsertNot mysql_query("INSERT INTO sn_noticias
(notTitulo, notTexto, notCategoriaID)
VALUES ('$notTitulo', '$notTexto', '$notCategoriaID')"
,
$db_link) or die(mysql_error());