Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3793668
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T12:48:39+00:00 2026-05-19T12:48:39+00:00

Good day to all. I need to do this: create a cron job (no

  • 0

Good day to all. I need to do this:

  • create a cron job (no problem here)
  • the cron executes a php script
  • if some condition are met I need to create another cron using a date that is returned by the script

I have root access and everything. OS is centOS 5.5 (even thought I don’t think it really matters as long as crons are supported)

To be more specific I need a cron that executes a php script that gets an exact moment of time from a database (hours, minutes, seconds) when to execute another script. The database can be updated at any moment. The first job is executed once every 10 minutes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T12:48:40+00:00Added an answer on May 19, 2026 at 12:48 pm

    You can simply create a /etc/cron.d/generated crontab file in which your script will add generated entries.

    file_put_contents('/etc/cron.d/generated', ' ... entry contents ...', FILE_APPEND');
    

    As suggested by @The MYYN in his comment, at may be a good solution too, if you want to execute the script only once. In PHP you could invoke it like this:

    system(sprintf('echo %s|at %s',
        escapeshellarg($command),
        escapeshellarg(date('H:i d.m.y', $timestamp))
    );
    

    Or like this:

    $fd = popen(sprintf('at %s', escapeshellarg(date('H:i d.m.y', $timestamp))), 'w');
    fwrite($fd, $command);
    pclose($fd);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good day to all. I need to create a graphical countdown in js. The
Good day to all. I need to send a request to a script and
Good day to all. I have a booking site. Here I need to integrate
Good day to all, I have the following problem I have to convert the
Good day everyone. I have been having the same problem all day at work
Good day all, I am tasked with building a slider for our site. Here
Good day to all. I have a little problem. Can anyone tell me or
Good day to all, I am having difficulty finding information on how to create
Good day to all. I have this setup: One page with text/whatever, that also
Good day to all. I have a movie that need 2 be displayed with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.