include "config.inc.php"; if($_POST){ $email = $_POST['mailing']; $l = conectarse(); $sql = mysql_query("SELECT * FROM emails where email = '$email'"); desconectarse($l); if(mysql_numrows($sql) != 0){ ?> }else{ $l = conectarse(); $sql = mysql_query("INSERT INTO emails (email) VALUES ('$email')"); desconectarse($l); ?> } } if($_GET['id']){ $n = new Noticia($_GET['id']); }else{ header("location:notiicas.php"); } ?>

=$n->Fecha?>
=$n->Descripcion?>
![]()