Richard Hughes III
New member
I want to have a money system basically. I have the currency stuff down but I don't know how to do a timer like technique for this to work the way I want. Is there a way I can set a timer everything you click on this certain link that adds to a value in the database? Like if in my database I have a row that is called "money" and I click on a hyperlink that goes to a page that adds 20 to the row "money". I want to only to be able to do this once every 30 seconds after clicking on the hyperlink. So I click the link. It adds 20 to the row "money". And when i click the link again it gives either like an error that says please wait this amount of seconds more that is left on the timer and doesn't add the 20 to the row "money" and you must wait 30 seconds to be able to add 20 to the row "money" again. I want it to do this every time I click the hyperlink. Please help me the best you can if you know how.