dennismonsewicz Posted February 9, 2009 Share Posted February 9, 2009 i have this code if($cache_limiter > 30) { header("location: ../login.php?notification=pleaselogin"); } Will the > sign do what I need it to do? the $cache_limiter var is set like this session_cache_expire(30); $cache_limiter = session_cache_expire(); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.