$linkID = mysql_connect("localhost", "", ""); mysql_select_db(virus, $linkID);
$obRS = mysql_query("SELECT email_g FROM phlistnew WHERE ackno_a = 'No' ", $linkID); while($row = mysql_fetch_row($obRS)){ foreach ($row as $field){
Hi my above code is not able to use where option and it display all other then just which has NO
its working now?