advanced code snippet search
sandrews_06 on 11/04/10
php redirect date
11/04/10 05:16am
3 people have marked this snippet as a favorite
pytheasjasonjangvehler
<?php/* Closing Date*/$contest_end_date = 'December 31, 2010 5:00pm'; if (strtotime($contest_end_date) < time()){ header("Location: closed.php");} ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.