Answers for "pasar variables con cronjob"

PHP
1

pasar variables con cronjob

//Running with curl
*/20 * * * * /usr/local/bin/curl --silent 'https://demo.tld/app/stats/?update&key=1234'
Posted by: Guest on April-27-2022
1

pasar variables con cronjob

//Running a php script
* 3 * * * /path_to_script/cronjob.php username=test password=test code=1234
Posted by: Guest on April-27-2022

Browse Popular Code Answers by Language