• How to get Scheduler details while a Job running?

    Hi, I have a custom scheduler and for which I have a created a scheduler job. I want to read the fields like Job URL, Status, Interval, etc from Job record in the custom scheduler code as I need to manipulate one of these field while the job is running…
  • MySQL error 1062: Duplicate entry ' ' for key 'PRIMARY'

    I am getting a MySQL error regarding a duplicate entry when using the following code. <?php array_push($job_strings, 'list_refresh'); function list_refresh() // This function adds any new contacts on present day into the target list, runs daily. { $db…