Hi everyone,
I have a table with those field. ---> Username, Uid, and Time.
Ok, I tried to select data which their time is 2 min less from the
current time or so.
Could anyone help me out, How to do it?
This is what I got, but doesn't work.
---- "select * from tablename where time < date("H:i:s",(time()-720))";
Please help!!!
Thanks.
Kelvin
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]