0
I have a php application on the online server and I have this same application installed on other machines and tablets, I would like to know a way so that I can update my application on the online server in case the php files, js, css, etc ... and consequently when other devices connect to the internet get these updated files to the local application installed on them. Does anyone know any way to accomplish this?
They are not required to have access to the internet, but will only update the application when accessing the internet. The database will be each one with its own because little information is recorded by the client in the case of devices. Having application only at an online address, is totally eliminated this option.
– Leonardo Patricio
You could create a script to grab the files from FTP and move them to the local server just like I did in that code: link
– Wandry Moura