Thread
:
How would I express this correctly
View Single Post
#
10
(
permalink
)
05-03-2008, 03:59 PM
jsteinmann
Posts: n/a
Diggs:
Re: How would I express this correctly
elseif ($row_rs['loggedinip'] != '204.9.76.12' && date('Y-m-d H:i:s', strtotime('now')) < date('Y-m-d H:i:s', strtotime("+2 minutes", strtotime($row_rs['lastlogin'])))) {
jsteinmann