I\'m building this application with CakePHP which should allow users of the web application to schedule sending of emails weekly or every other day. Is there any way for each user to have their own cr
I have 5 sites (Drupal multisites).I would like to perform a script that runs cron.php on all of the 5 sites.
I tried to do a cron and run a url every 5 mintues. I tried to use WGET however I dont want to download the files on the server, all I want is just to run it.
I have bash script #!/bin/sh DTFILE=/etc/daytime.addr DTPORT=13 DAYTIME_ERROR=/tmp/dtm.err function daytime_error(){
Is there a ruby gem/plugin wh开发者_C百科ich will convert something like */10 * * * 1,3 to \"Triggers every 10 minutes on Monday, Wednesday\" ?There\'s nothing I know of and I also didn\'t find anythi
I\'m working with an MLS real estate listing provider (RETS). Every 48 hours we will be pulling data from their server in a cron job to an SQL database. I\'m charged with the task of writing a php scr
Well, I have 3 different php scripts and actually it is running by a cron job, but also I have 3 entries in my cron file, and I would like to have only one. I will try to explain:
I am looking to send e-mail reminders to users X amount of time before a scheduled even.I\'ve been reading through the documentation for django-mailer, which seems to support such scheduled mailing, b
I want to make a script with PHP . My script has to activate clients accounts. My first function will grab all login details of clients from the admin panel mostly 100 login开发者_运维技巧 or more .
I am building a website (probably in Wordpress) which takes data from a number of different sources for display on various pages.