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 {...
|