I always like brainstorming for ideas like this, just currently i don't know how to do this.
For the record I'll paypal someone to do this asap, like $10 or something. super easy script
Basically I need a countdown timer that counts down every 7 days and shows it on the homepage updating (not involving refreshes, but where it counts down on page).
It would show days/minutes/hours/seconds
When it reaches the end of the event for say... 5 hours or so, it would display a message "time has come!". at the end of that day it would reset the timer for another 7 days (always happens on tuesday at 3pm PST).
the problem is it must come from server time, not the persons desktop time which is what a lot of scripts online i have found do.
I found one that reads it from the server but it doesnt update continuously.
I thought of maybe doing this with PHP, where it uses time() and date() to read the server time, check if its after a certain day/time and then write it to a file.. then continuously check if that time is greater than or equal to the date in the file, but for it to be accurate it would have to run every minute which seems so redundant running 24/7
any clue?
For the record I'll paypal someone to do this asap, like $10 or something. super easy script
Basically I need a countdown timer that counts down every 7 days and shows it on the homepage updating (not involving refreshes, but where it counts down on page).
It would show days/minutes/hours/seconds
When it reaches the end of the event for say... 5 hours or so, it would display a message "time has come!". at the end of that day it would reset the timer for another 7 days (always happens on tuesday at 3pm PST).
the problem is it must come from server time, not the persons desktop time which is what a lot of scripts online i have found do.
I found one that reads it from the server but it doesnt update continuously.
I thought of maybe doing this with PHP, where it uses time() and date() to read the server time, check if its after a certain day/time and then write it to a file.. then continuously check if that time is greater than or equal to the date in the file, but for it to be accurate it would have to run every minute which seems so redundant running 24/7
any clue?