How do I query for 24 hours? start at 00.00 end at 23.59.59?
i use this query, but the result, just get last 24 hours..
mysql_query('select * from fe1b WHERE waktu_fe1b >= now() - INTERVAL 1 DAY');
The problem with that is that it gets last 24 hours. It doesn't get the from 00.00 - 23.59.59