Im looking for a way to store the data that my program generates (small lists) remotely instead of locally. I currently store data in .txt files.
The problem is that i cannot have a unified .txt file for all users.
The idea i got so far is to write a small api in php which has a mysql backend. I just wanted to ask here what you think would be the easiest/fastest way of accomplishing this sort of cloud data storage?
You have basically two options :
What to choose depends on the context and on the requirements, however i would prefer the second option, because in this way you decouple the two things …