0

I'm looking to automate some tasks on a server, it involves:

Analyzing excel sheets and updating a JSON file as the output.

My server knowledge is pretty basic, I've used xampp to run an apache server and PHP, databases etc.

But I can't find anywhere on the web the approach to what I need.

Basically, I just want my server to analyze a couple of excel sheets once a day and generate a json feed.

Please guide me in the right direction, i´ve been googling for hours, perhaps I´m not using the right words!

4

1 に答える 1

1

指定した期間に特定のタスクを実行するには、サーバーで cron ジョブを設定する必要があります。cron を設定するときに罰金に URL を指定し、実行したい時間を追加できます。

于 2013-06-17T21:05:30.597 に答える