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?

    1 answer 1

    CRON ?

    Cron - run user programs at a specified time.

    • Thanks for the link - rimlin