
28/12/2008, 14:02
|
 | | | Fecha de Ingreso: diciembre-2006 Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 18 años, 2 meses Puntos: 36 | |
Respuesta: [SIN SOLUCIONAR]¿Que error le ven a esto? Prueba con or die mysql_error()
mysql_query("insert into noticias(titulo,autor,categoria,articulo,fecha) values ('$titulo','$autor','$categoria','$articulo',NOW() )",$connect) or die mysql_error(); |