Hi,
Is there is any way to comapre the datetime type of mysql in the php.
What I'm trying to do is check the time, and if the time is > 1 hour close the window or expired the page.
Thank you
use unix_timestamp(datetime) and see if that is > baseline + 3600 then expire your stuff.
I've used the NOW() function and it does work for me, but not the example that you gave me. Thank you