View Single Post
  #3 (permalink)  
Old 05-03-2008, 03:59 PM
jsteinmann
 
Posts: n/a
Diggs:
Default 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) {

Reply With Quote