Good afternoon everyone.
Well, basically my question has me a little stressed, searching the entire web.
I have a file folder which is being saved by N Json files, each Json file is constantly being updated (Rewriting itself). Those data that I am receiving, have certain data to see the functionality of a network equipment (modem, routers, swich).
My question is how can I do with PHP; a script, that is consulting me to that folder, reading each json file and seeing the last modifications of it? and I have another question Can I make the consultations so that it is being updated without having to refresh the page.
Thank you very much everyone.