I am tring to get a time countdown function going with php and javascript. I am very new with both, but I have gotten somethings to work. Can anyone help me out? What I am tring to get accomplished. I need the enddate to countdown in javascript. Here is the code I am tring to get working with javascript. $getClosingAuctions=mysql_query("SELECT id, enddate, itemname, bidstart, currency FROM probid_auctions WHERE active=1 AND closed=0 AND deleted!=1 AND listin!='store' ORDER BY enddate ASC LIMIT ".$layout['nb_end_auct'].""); while ($closingAuctions=mysql_fetch_array($getClosingAuc tions)) { ?>
Here is the code I am tring to get working with javascript.
$getClosingAuctions=mysql_query("SELECT id, enddate, itemname, bidstart, currency FROM probid_auctions WHERE
active=1 AND closed=0 AND deleted!=1 AND listin!='store' ORDER BY enddate ASC LIMIT ".$layout['nb_end_auct']."");
while ($closingAuctions=mysql_fetch_array($getClosingAuc tions)) { ?>
There are a lot of jquery countdown plugins, but I really like this once since it gives you multiple formats and even allows you to use images.