View Single Post
  #9 (permalink)  
Old 05-03-2008, 03:59 PM
jsteinmann
 
Posts: n/a
Diggs:
Default Re: How would I express this correctly

is this right?

elseif ($row_rs['loggedinip'] != $_SERVER['REMOTE_ADDR'] && getdate() < (strtotime($row_rs['lastlogin']+120))) {

Reply With Quote