3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('UTC'); $expireDate = "September 20 2014 12:00:00"; if(date() > strtotime($expireDate)){ //require('expired.html'); print('expired'); }else{ //require('form.html'); print('form'); }

preferences:
37.3 ms | 402 KiB | 5 Q