dogwood_of_anthropos
New member
I need help setting up a variable for a website. Basically it will be an integer, ie between 1 and 300. Everytime the website is accessed, the variable will be used to display certain dynamic content. Then the variable will be changed. It will increase by some amount like 100. If at any point the variable passes the roof (300) it will go back to the beginning and continue. I can do that part myself once I have the rest of the info I am sure. But I need to know how to set up the variable so that when I first access the website, the number will change, and when someone else accesses it, it will pick up where I left off. I was thinking I could probably use PHP and a MySQL database for this, but I'm open to other options.