sandrews_06 on 11/04/10
Last Edited at 11/04/10 05:16am
<?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.