id and outcome=1 limit 1000"); $x = mysql_fetch_array($r2); mysql_free_result($r2); $nsuccess = $x[0]; $r2 = mysql_query("select count(*) from result where workunitid=$wu->id and server_state=2"); $x = mysql_fetch_array($r2); mysql_free_result($r2); $nunsent = $x[0]; if ($nsuccess>=3 and $nunsent==0) { echo "WU $wu->id has $nsuccess success, $nunsent unsent \n"; mysql_query("update workunit set need_validate=1 where id=$wu->id"); } } ?>