Hello all,
I have a parse error and I am not sure why, I think my eyes are giving up on
me, or its a friday. Any help is appreciated.
// just trying to compare the session var $date to timeout if older than 5
minutes
[snippit]
/* Begin Session and register timeout, random image & client info variables
*/
session_start();
session_register('$var1);
session_register('$var2');
session_register('$var3');
session_register('$var4');
session_register('$var5');
} elseif (isset($HTTP_SESSION_VARS[$hour]) => $hour + 5*60)) {
header("Location: https://localhost/index.php"};
} else {
endif(); }
[end snippit]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php