$sql = "INSERT INTO noticias (titulo,autor,fecha,intro,texto,imagen) VALUES ('$titulo','$autor',curdate(),'$intro','$texto','$newimage')";