i made it in php and i serched online in google and many websites and i did not solve my problem
my php command is:
- Code: Select all
exec("crontab -e * * * * * /usr/local/bin/php -f /home/survey/public_html/john/cron/snd2.php") or die ("<br><br>Error in executing Cron file");
so i want to create or use my cron job using php.. any help


