PHP Code:
$rezult = mysql_query("SELECT round(sum(issiusta)/1024/1024) from statistika where vardas='templas' and HOUR(laikas) > 9 and HOUR(laikas) < 21");
echo $rezult;
Resource id #3
while i should be getting some number like 7689 or 2564 ...
Moderator
THANK YOU! could you please explain the difference between your 2 replies? and why didn't the 1-st one work ? :/
Comment