anyone here pls help me, how to create a countdown timer like in ebay, i'm using PHP and MySQL
i've try by SQL query ex:
id int, dt datetime
SELECT (now() - dt) FROM tanggal WHERE id ='1'
i thought it ll ve a result x Days y Hours z Minutes q Seconds
but i think it will work if i combine with the PHP script.
any solutions / codes / scripts / tutorials?
thanks you guys..
