mmmmmm, pusiste exactamente eso???
   Código PHP:
   
      <?php
      $not_ID = $_GET['not_ID'];
      mysql_query("SELECT * FROM sn_noticias WHERE ID = '$not+ID'", $db_link)
      or die(mysql_error);
      ?>    
  si te das cuenta en la linea de la consulta hace un 
$not+ID y deberia ser 
$not_ID, lo hiciste asi???