html - Count down timer php displays time left -


how set date , countdown in php?

for example want say:

toplist resets in x days x hours x minutes x seconds

the toplist resets on 1st of every month.

here photo of like:

in php, number of seconds until deadline. output like:

752200 

which means, 752200 seconds until deadline.

in client side, try use timer plugin, final countdown:

<div id="getting-started"></div> 
$("#getting-started") .countdown({   seconds: // value php }, function(event) {   $(this).text(     event.strftime('%d days %h:%m:%s')   ); }); 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -