I want to run a test in my code.For that, I need to insert data into the database table. I am able to do this. Now, I need to schedule the test to run at a particular time. For that, I need to insert data into mysql table at a particular time. How can I insert data into the mysql table a particular time automatically using php.
Asked
Active
Viewed 41 times
0
-
2Cron jobs are your friend – B001ᛦ Sep 10 '18 at 10:39
-
Please share a code with us. – Bhavin Solanki Sep 10 '18 at 10:39
-
Thank you for user suggestions. – userinterface performance Sep 10 '18 at 10:51
-
I got an idea to do this. – userinterface performance Sep 10 '18 at 10:52
-
you can user cron jobs – user200 Sep 10 '18 at 10:53
-
you can use cron job to that Example: https://stackoverflow.com/questions/16144350/executing-a-php-script-with-a-cron-job – Sep 10 '18 at 11:32