I'm creating a timer for todays lucky client...
They wanna hit start and have a timer on screen across all pages..
No prob doing that in javascript, so I'm gonna create a session called
timer with the date value:
date("H:i:s"); Giving: 15:42:34 etc.. (the precise users start time)What I need to do is on each page, check the current server time, and if it's 15 mis higher than my session, redirect the user to a thank you page and destroythetimer session.. soooo... How can I add 15 mins to a date function? (I'm also gonna have to fee different times to the javasript ticker, but that'll be easiy once I kno whow to knock off time from um, well, time :-p ) Thoughts? Tris... ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
