How can I save data to my hosting in most simple way.
The idea is to make in my app an admin login and save textbox data to server, so users when get to app - will recieve this in same text box with read only property ON.
I do not need any safe or unhackable ways. I just want to save from app an any text file on server and later to dysplay all it's content.
Tried mysql plugin, but I don't know anything about mysql structure.
Thank's for your time.
p.s. also wanted to try json method, but I cannot find ways to save to json file, only read.