Hello Frank, Have you thought about using the CF date function? eg. <cfoutput><b>#DateFormat(Now())#</b></cfoutput> This will only give you the date, but, if you ran a dbase like MySQL, you could have students logon to their account, all the questions could be pulled from a database and checked against the current date, if the expiry date has been passed the question will not be displayed.
I highly recommend you look at http://www.lynda.com and follow their ColdFusion 8 Fundamentals tutorials, they talk you through getting this sort of thing running. Simon On Jan 26, 2008 5:39 PM, Frank Velazquez <[EMAIL PROTECTED]> wrote: > Hey guys what's up? > Well the weekend is here, and when I should be home chilling, I gotta work > to keep on with the schedule! > I have a question, on my application I need to build pages from a form, I > am using a template for this, but I need something in the page that will > update it after a certain ammount of time, and then the Page needs to be > deleted after a certain ammount of time. > > As an example imagine a Test for like a class, lets say you have 5 > questions, and then after you complete those 5 question, and you submit that > info, then you get access to 5 more questions, and then lets say you have a > time frame of a week, then after that time, that page ceases to exist, like > it the link will dissapear and the user won't be able to access this no > more, how could I achieve this? > > Thank you in advance! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3270 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
