3v4l.org

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

preferences:
23.56 ms | 402 KiB | 5 Q