Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 12-23-2010, 08:23 AM how to delete it?
Skilled Talker

Posts: 97
Trades: 0
now i know how to make a cron job in php

PHP Code:
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??

Last edited by john_zakaria; 12-23-2010 at 08:27 AM..
john_zakaria is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-23-2010, 03:13 PM Re: how to delete it?
Physicsguy's Avatar
404 - Title not found

Posts: 920
Name: Scott Kaye
Location: Ontario
Trades: 0
Go into cPanel -> Cron jobs...?
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Old 12-26-2010, 01:32 AM Re: how to delete it?
Skilled Talker

Posts: 97
Trades: 0
Quote:
Originally Posted by Physicsguy View Post
Go into cPanel -> Cron jobs...?
no i need to make it in PHP
john_zakaria is offline
Reply With Quote
View Public Profile
 
Old 12-31-2010, 04:00 PM Re: how to delete it?
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
I'm not aware of a single command to delete an individual cron. It would have to be a multi-stage process: backup cron file, edit to remove appropriate line(s), replace cron file -- see crontab command for the first and last steps. However, editing crons via script is dangerous -- better to leave the cron in place but control its execution via a config file and edit that -- eg to make the task exit without doing anything.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to delete it?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13143 seconds with 12 queries