Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/09/2008, 15:49
ghesent
 
Fecha de Ingreso: septiembre-2008
Mensajes: 21
Antigüedad: 16 años, 2 meses
Puntos: 1
Respuesta: ver mas Sistema de Noticias PHP

Del error de mySQL no estoy seguro pero tu impresion "SELECT notTitulo, notTexto, not_ID FROM sn_noticia" sigue sin tener un condicional asi que tu variable de $clausula no se esta agregando..
e insisto, estas pasando el int como texto

SELECT notTitulo, notTexto, not_ID
FROM sn_noticias
WHERE notCategoriaID = '3'
LIMIT 0 , 30

trata de ponerlo como notCategoriaID = 3