Hello friends,
I have this trouble,
I have this database structure that each day has 24 -hourly schedules and each hour has a 75 slot items. So the database rows created per day is 24X75 + 24 +1 = 1825 rows per day. this is a huge number in a year.
Now how to control the MYSQL Query such that the only listed days are just say 7 days. and in order to view the previous days or future days, i'll just hit the page number.
Is there any way to control the list page Mysql query?
Thanks,
neo