I have a datetime field in my table column and would like to check when one whole day has passed from the date time stored in that column.
How will I do that is there a php code or mysql code I can use
I would like to know whetther we can compare two date variables that is If($currentdate > $previousdate){} If this can be dome then I can run the statements in the condition