This should be pretty straight forward but I can\'t seem to get getting it working despite reading several tutorials via Google, Stackoverflow and the man page.
I want to know the memory and CPU usage in php, bec开发者_开发百科ause I\'m using cronejobs sometimes the CPU is overloaded so in this case I don\'t wan to start more process, I just want to skip this
I am not sure how I can assign cron jobs through PHP script AND have that cron job POST to a PHP script. Any ideas? Also, what would I need to tell my webhost people? usually If i want to allow one or
I have a sequential dialling app but I want to add 5 minute de开发者_Python百科lays between each call.. I am thinking cron job. is this possible? If so what do I need to do to make this happen? I have
I would like to develop a newsletter sending system using Swiftmailer. I would like to know: 1) Do I require to set a cron job for this ?
I\'m currently developin开发者_如何学JAVAg a PHP application where I have SEO friendly URLs, I\'m planning on once finished production stage (off localhost) to purchase some shared webhosting and sche
I\'m trying to run a very simple PHP script on cron on a third-party hosting server and I have encountered a weird problem. The script\'s contents is NOT executed although I got confirmed that the cro
I am trying 开发者_如何学Cto connect to mysql database in a PHP script run via cron job. It does not connect to the database somehow. I run the same script in my browser and everything works well. I u
I want to make a bash script that echo\'s something into one of the screens that I have running (screen -r is how I get to it in SSH).
I\'ve got a Debian VPS with a few websites on. I\'m currently using django quite heavily. I want a cron job to run and schedule a script inside one of my django sites. The upshot is that I can\'t get