0
I need my reload code every 5 min. How?!
My code it: Opens a Dashboard, inside it has 2 includes. One to access a website and download 3 CSV files and another that accesses these CSV files, takes the values, multiplies and prints the value on the screen.
I need him to repeat the same process every five minutes.
That would be equivalent to refreshing the page every 5 minutes?
– Hamurabi Araujo
To tell you the truth, I think so. Why would it make the code run again. And with that, repeat the whole process. Yes, it’s feasible.
– Alex_Alex_Alex
the javascript setInterval method solves your problem
– AnthraxisBR