Ok so I want to create variables as a user clicks threw the code every click adds a new variable. I am currently using jquery and javascript I can\'t do it server side this
I would just use a simple array to store the variables. Then the object with index n would be variable n etc..