/    Sign up×
Community /Pin to ProfileBookmark

hai, I want to create a timer for online test page which gets the time duration for countdown from database and dosenot reset on page refresh.
i have a timer which gets time from database but it resets on page refresh.
i am using php mysql.
i am a newbee so pls help me.
thanks in advance.

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@007JulienJun 30.2012 — It easy to get a date with javascript from PHP like this

[CODE]
<?php
[COLOR="Blue"]// Convert the timeLimit (coming from data base) to UTC[/COLOR]
$timeLimit=mktime(0,0,0,1,1,2013);
?>
<script type="text/javascript">
[COLOR="Blue"]// Define a javascript interger*1000 for seconds=>milliseconds[/COLOR]
var timeLimit=parseInt("<?php echo $timeLimit ?>");
var dateLimit=new Date(timeLimit*1000);
[COLOR="Blue"]//... Display a countDown with this date[/COLOR]
</script
[/CODE]
With the Bionoid countDown this can give something like this
×

Success!

Help @amtecavinash spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...