Thread
:
How would I express this correctly
View Single Post
#
9
(
permalink
)
05-03-2008, 03:59 PM
jsteinmann
Posts: n/a
Diggs:
Re: How would I express this correctly
is this right?
elseif ($row_rs['loggedinip'] != $_SERVER['REMOTE_ADDR'] && getdate() < (strtotime($row_rs['lastlogin']+120))) {
jsteinmann