H
H
HolmesInc2015-07-29 14:50:33
PHP
HolmesInc, 2015-07-29 14:50:33

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

1 answer(s)
V
Vitaly Inchin ☢, 2015-07-29
@HolmesInc

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 question

Ask a Question

731 491 924 answers to any question