Thread
:
How would I express this correctly
View Single Post
#
3
(
permalink
)
05-03-2008, 03:59 PM
jsteinmann
Posts: n/a
Diggs:
Re: How would I express this correctly
this part in itself... how do I write this correctly?
if ($row_rs['loggedinip'] != $_SERVER['REMOTE_ADDR'] AND now("Y-m-d H:i:s") < $row_rs['lastlogin']+120 minutes) {
jsteinmann