I am having trouble saving a variable that is given a variable with JS on a server. This variable cant be stored in cookies etc. because it needs to be accessable via other computers, aswell as on page reload (So it needs to be stored on-server.)
What is the best way to do this? Is it the most easy to start learning mySQL? this seems a bit to complicated for the simple task i want it to do. Is there another method e.g. saving it to a text file on the server's side?