In one of my website i need to insert some row of data in my database every day at a fixed time. I want to do this automatically using sql and php.
How can i do this? please help me.
In one of my website i need to insert some row of data in my database every day at a fixed time. I want to do this automatically using sql and php.
How can i do this? please help me.
If you are on a linux system, look into setting up a cron job.
This will enable you to execute a php script that you specify at fixed time intervals.
You can possibly use cronjob in linux server to do a autotask to run the file once a day
In windows there is also a builtin program called schedule yask that does the same so u can possibly write command .bat file to run a php file in CLI php or id remember if possible to run a specific web adress blabla.com/mussl.php to accomplish what u need..