I looked up google on that delete cron --开发者_运维百科 I have that: 17 13 * * * root find /backups/dslcart-* -mtime +6 -exec rm {} \\;
I want a simple cron-like management in PHP project there are some things I would like to have: php job worker is just plain script that is placed in some subdir inside project directory
I have a Linux server and in this I want to execute a cron job for sending birthday mail to all my friend with a PHP program. I want to create a php program that read data from database and send the m
I have a cron job that call a shell script. */2 * * * * sh cron_test.sh >> output.log In side the shell script, I run some command lines like:
This question already has answers here: Closed 12 years ago. I found out a better way to do this: Check Gmail IMAP via PHP for new mesages in a loop
i am u开发者_运维知识库sing Windows and i need to schedule a php task in this. Can anyone helpme on this by explaining how to use cron here? cron is a Unix utility (although you can get a Windows port
Is there a way to know if a cronjob already exists wit开发者_如何学Goh php? I want it to work on most hostings, even shared.NO, There\'s no such direct privilege in PHP.
For reference, I\'m running CentOS 5.5 on the server. I\'m working on a distributed project with several other developers, and we\'re using Git to manage our repositories.Everything\'s hosted live
I want to call a function exactly 30 mins after a user submits a form. I was using javascript setTimeOut() function but that clears of the timer at page ref开发者_如何学Pythonresh or browser close. No
I\'m using my cpanel to lunch a cron action thats open a file a write Hello every minute. But that task is not working.