Question : Need count down script

hello,

i need script in php or java which shows count down.

i will  post time value like: 120 seconds with form method then in next page script will be showing time decreasing from 120 seconds to zero. instantly at zero it redirect to another page

Answer : Need count down script

Try this:


1:
2:
3:
4:
Change:
$stp_schdtearliest=odbc_result($rs,"stp_schdtearliest");
to
$stp_schdtearliest=date("m-d-Y H:i A", strtotime(odbc_result($rs,"stp_schdtearliest")));
Random Solutions  
 
programming4us programming4us