hi all ..
I have insert in DB unix timestamp, and i need to select the rows from db where actual time longer with 5 minute , I have tried this but didn`t work :
Select * form table where lastclick+18000 <= UNIX_TIMESTAMP();
18000 secend = 5 minute.
any clew ?!
thx in advance.
