Jump to content

[SOLVED] time query


shadiadiph

Recommended Posts

I am trying to find out if the time has been more than 5 minutes since the time stored in the database.

 

I am setting the current time.

 

$validtm = date("h:i:s"); 

 

and calling the time from the database.

$tmlogged = $row["tmlogged"];

 

I am terrible with time statements can smeone help me with this

 

i want to know if the current time  $validtm is more than 5 minutes older than the time in the database $tmlogged?

 

 

Link to comment
https://forums.phpfreaks.com/topic/147523-solved-time-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.