oracle259 Posted November 11, 2006 Share Posted November 11, 2006 How can i modify and/or delete a cron job using php? Is it even possible? Link to comment https://forums.phpfreaks.com/topic/26940-need-help-with-cron-job/ Share on other sites More sharing options...
digitalgod Posted November 11, 2006 Share Posted November 11, 2006 a cron job has to be done by the server, if you have cpanel there's a link just for that where you can tell the server to run a file and at what interval Link to comment https://forums.phpfreaks.com/topic/26940-need-help-with-cron-job/#findComment-123191 Share on other sites More sharing options...
freeloader Posted November 12, 2006 Share Posted November 12, 2006 You login to the shell through telnet / SSH. And use these commandos:crontab -etype:iinsert a cronjobhit enterpress:typewq Link to comment https://forums.phpfreaks.com/topic/26940-need-help-with-cron-job/#findComment-123546 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.