mysql_query("insert into noticias(titulo,autor,categoria,noticia,fecha) values('$titulo','$autor','$categoria','$articulo',NOW())",$connect);