$sql="select * from noticias where id_noticia=' ".$_GET["id_noticia"]." ' "; mysql_query($sql) or die ("error".mysql_error());