There is a php file that parses the data and creates an xml file. To parse and create an xml file, you need to open it. Therefore, is it possible in the php file itself or anywhere else to set up automatic opening of this file every hour?
|
There is a php file that parses the data and creates an xml file. To parse and create an xml file, you need to open it. Therefore, is it possible in the php file itself or anywhere else to set up automatic opening of this file every hour?
Source: https://ru.stackoverflow.com/questions/107583/
All Articles