Hello,
I am working on a project where someone will install my code on their server and it will collect certain information held in their database and then report that information back to me.
I am trying to figure out the best way to go about this using php to report this data back.
Basically the script will run every day on their server. The script will collect information that I wish to have sent back to my server and then logged in my database. I have no problem with actually collecting the information. My issue is how to get it transfered back to my server in a secure manner where I am the only one that will be able to access this information.