Hi everyone,
I am working on a project where data is read from a text file(could be any format :- json,csv,xml etc or even simple text). Normally I import the text file in the project folder and use Ajax to retrieve data from the file. Life was easy
But now the demand has now changed. It would be best(and maybe only) way to "store data online" and then retrieve data from it. In this way I will not have to again export the project for changes in data file
The main issue is how to do it?
Thanks