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

How would I express this correctly?
...
elseif ($row_rs['loggedinip'] != $_SERVER['REMOTE_ADDR'] AND now("Y-m-d
H:i:s") < $row_rs['lastlogin']+120 minutes) {
die(header("Location: http://domain.com/login.php")); }
else {...



Reply With Quote
Sponsored Links