Hello,
I am trying to set a deadline (date & time) for a basic football tipping competition. When the deadline arrives we want to prohibit people from entering this competition.
At the moment we are using the following code for date:
$date=date("H:i, jsF");
The server automatically inserts the correct date, however how do we compare the server date to our deadline in order to invoke a command?
Any thoughts appreciated.
Mark