suppose in database
check_date
2008-12-19 18:12:48 //change time
$sql=mysql_query("select * from table where check_date=now() ")or die("Error: ".mysql_error());
$row = mysql_num_rows($sql);
if($row>0)
echo $row;
{
echo"Hello";
//Execute some query
}
But there is no change in database......
how to do that?? or how to check time continuously? for condition