Hi all, Anyone know any simple PHP code that would have a number incremtor like what's here on the top right of the page: Thanks. http://clickbank.com
What do you mean? Increment simply means to add 1... $number = $number + 1; There's your incrementor...
the above codes will only increment the number by one. You'd want to have a php script that is constantly querying the database for the amount paid, and display it using some AJAX... So in order to complete your task, you'll want to use php and either Javascript or JQuery
Hi everyone, thanks for your replies. Could someone give me some simple code that would just read a figure from the database and constantly increase it when the site is loaded? Something really simple please.