MySQL/PhP: Create Link takes you to one page then for 30 seconds to another.?

Okay I want to create a link so that when you click on it you will be displayed a web page that adds a random number (I already know how to generate the random number with PhP) to a number in the MySQL Database (I only want this web page to be accessible every 30 seconds it's visited). Then for the next 30 seconds the link takes you to another web page that tells you need to wait the set amount of seconds left on the timer. (I can create the web page to display this). I need the MySQL/PhP scripts to be able to do this. All help is welcomed. Thank you in advance.
 
Back
Top