$id = $_POST['id'];$query = "SELECT idNoticia, titulo, subtitulo, imagen, copete FROM `noticias` WHERE idNoticia='".$id."'";