Update PHP files via code

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 for me to be able to update my application on the online server in the case of php, js, css, etc. and consequently when the other devices connect to the internet obtain those updated files for the local application installed on them. Does anyone know of any way to accomplish this?

    
asked by anonymous 28.04.2015 / 15:19

1 answer

-1

Do machines and tablets have internet access?

Can the database be the same as the one hosted online?

If yes, would it not be better to direct the application's access to the online address.

    
28.04.2015 / 15:46