I am trying to find PHP code for a graphical countdown counter that counts down everytime a new record is added to a sql table. Is there anything like this available?
all i can say is......code it yourself :p here's a start:
$SQL = "SELECT count(*) as c from table";