Posted by Krustov on 11/23/05 05:20
<comp.lang.php , Krustov , krusty@krustov.co.uk.INVALID>
<MPG.1de8a77056d0fe9e98a73c@no-cancel.newsreader.com>
<Sat, 19 Nov 2005 03:08:29 -0000>
> > > - how do I create the 1-28 days end date/time
> >
> > $endTime = time() + $days * 24 * 3600; // $days = 1-28
> >
> > > - how do I check it against the creation date time
> >
> > if (time() > $endTime) die("This poll has ended.");
> >
>
> Works a treat - thanks .
>
www.vhit.co.uk/?poll=1000006
Now in use and if anything goes wrong i'm gonna blame you Philip :-)
But seriously , Many people ask for help on this newsgroup yet you never
really see any of the finished results .
Or does a follow up url risk being classed as spam ? .
[Back to original message]
|