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

cmake set_source_files_properties not working properly -

python - Writing Greek in matplotlib labels, titles -

Pygame memory leak with transform.flip -