john_zakaria
12-23-2010, 01:23 PM
now i know how to make a cron job in php
exec("echo '* * * * * /usr/local/bin/php -f /home/survey/public_html/john/cron/snd2.php' | crontab -");
i want now to know how to delete this cron job from cpanel but also using my php code..
any help??
exec("echo '* * * * * /usr/local/bin/php -f /home/survey/public_html/john/cron/snd2.php' | crontab -");
i want now to know how to delete this cron job from cpanel but also using my php code..
any help??