boionfire81 Posted July 4, 2016 Posted July 4, 2016 Is it possible to select a set time frame(s) for when a portion of a page is available? Quote
TheMasterGeneral Posted July 4, 2016 Posted July 4, 2016 require('globals.php'); $endtime=140000000; $starttime=130000000; $currenttime=time(); if ($endtime < $currenttime) { //nope } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.