<? require_once("../conn.php"); require_once("access.php"); if(!empty($_GET[username])) { $q1 = "update yellow_agents set news = 'n' where username = '$_GET[username]' "; mysql_query($q1) or die(mysql_error()); } header("location:MailSubscribers.php"); exit(); ?>