Answer the question
In order to leave comments, you need to log in
How to read data from a remote server?
How to implement communication between 2 servers in such a way that data read through the API (Instagram) would be written to my database every given period of time? That is, we entered data on the web page, started reading, closed it, but how to further implement a permanent connection and reading data into the database?
Answer the question
In order to leave comments, you need to log in
Google about Cron jobs . Set the PHP file to execute after a specified time, it takes the data that your page has written to the database and inserts it where it needs to be.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question