Thread
:
'Thank you page' protect with session
View Single Post
#
5
(
permalink
)
06-07-2009, 02:38 AM
Donk
Supreme Babbler
Join Date: Jan 2009
Location: Kent UK
Posts: 577
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"
Donk
View Public Profile
Send a private message to Donk
Visit Donk's homepage!
Find all posts by Donk