where to put
$now = time();
$start=date("Y-m-d")." 23:00:00";
$end=date("Y-m-d")." 23:01:00";
$tstamp1=strtotime($start);
$tstamp2=strtotime($end);if($now>$tstamp1 && $now<$tstamp2) { $sql = 'UPDATE `ibwf_users` SET `bank` = `bank` * 1.1 WHERE `bank` > 100';
mysql_query($sql);}
??
in genproc = "deposit"
or
in genproc = "wdraw"
or where ??[/b]
$now = time();
$start=date("Y-m-d")." 23:00:00";
$end=date("Y-m-d")." 23:01:00";
$tstamp1=strtotime($start);
$tstamp2=strtotime($end);if($now>$tstamp1 && $now<$tstamp2) { $sql = 'UPDATE `ibwf_users` SET `bank` = `bank` * 1.1 WHERE `bank` > 100';
mysql_query($sql);}
??
in genproc = "deposit"
or
in genproc = "wdraw"
or where ??[/b]
Comment