Run scheduled PHP script in Wordpress to save data in MySQL -


I have a PHP script that I want to run every day to keep some data in the database. What is the easiest way to achieve this?

Does any kind of scheduler event Wordpress which can run code in some time? Or MySQL is creating a scheduled event correctly in the database?

Thank you.

If you are running on a Unix system, then I would suggest using it.

If you are running on Windows, please take a look at this: P>

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -