View Single Post
  #5 (permalink)  
Old 06-07-2009, 02:38 AM
Donk's Avatar
Donk Donk is offline
Supreme Babbler
 
Join Date: Jan 2009
Location: Kent UK
Posts: 577
Donk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation pointsDonk is an elite member of WB with 1500+ reputation points
Default

Do you know what format the time is in and does it incude the date?

If so you could check the current time and expiry period in seconds.

PHP Code:
<?php
if (strotime($time) +60*30>time())
{
//redirect
}
else
{
//show page
}

?>
Regards

Bob
__________________
PHP Snippets PHP Captcha Code Resizable Html
"A website with a thousand resources starts with a single page".
"Don't fight the gator - clear the swamp"
Reply With Quote