PDA

View Full Version : Number subtraction upon refresh



sniperguy_j
19 Nov 2007, 01:46 PM
When someone goes to my page, i want the to see the number 14 (either text or image). Then upon page refresh, or a refresh button below the number, i want the number 12 to be displayed.

Anyone know how to accomplish this? Thanks!

iblastoff
19 Nov 2007, 09:44 PM
would be very easy using php and submitting a form. if you want an actual browser refresh, then use cookies and/or sessions.