How to publish data in a web page.
Hi,
I'm working in a project where I have to monitor some parameters from a computer and then periodically publish that data in a web that I could access from another computer to check the parameters.
I thought of using a MySQL database but when I tried to do data I found out that my hosting doesn't allow external connections to the database. I wanted to publish the data using PHP by reading the database but as I said before I can't access externally to that data base.
So I'm thinking I coud write and html file with the data and upload it using ftp to my server.
Is that the best way to go in this case? Does anyone else have a better idea?
Thank you.