This is the issue, I have a a starting range value of x and end range value of y. I would like to use the range of numbers to search a field in a database and get total count of all inputs/entries from random entries(anybody) that fall within that range.
The order method I could use to solve this problem is, I have an input with an updated date(I converted to seconds using .getTime()) field, I will like to find out the next input just after the original input from a random entry(anybody) and compare the updated date to see if it higher or less than a max value.
I really don’t know to go about this, Please Help!!