[ad_1]
This should do what you need:
if (($time1-$time2) == 86400) {
// Exactly 24 hours have passed.
}
3
[ad_2]
solved Comparing timestamps in PHP
[ad_1]
This should do what you need:
if (($time1-$time2) == 86400) {
// Exactly 24 hours have passed.
}
3
[ad_2]
solved Comparing timestamps in PHP