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 7040339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:54:24+00:00 2026-05-28T01:54:24+00:00

I am trying to run different scripts depending on what date it is, but

  • 0

I am trying to run different scripts depending on what date it is, but im not 100% sure on how to go about it, basically what I am trying to do is :
A cron script runs every day and calls a php file on the server, in the php file I need to put something like :

run everyday.php every day

run everymonday.php every Monday

run firstmondayofthemonth.php on the first Monday of each month

so I need to check when the date is equal to each of the 3 and run that script then, but im not sure what command in php is best for this ?.

  • 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-28T01:54:24+00:00Added an answer on May 28, 2026 at 1:54 am

    Well, if you have to do it with php (alternative would be to just create 3 cronjobs and configure cron) then this might give you an idea:

    $weekday = date('D');
    $dayOfMonth = date('d');
    run everyday.php;
    if ($weekday == 'Mon')
    {
      run everymonday.php
      if ($dayOfMonth <=7)
        run firstmondayofthemonth.php;
    }
    

    You need to adapt the code of course, for example replacing the run-thing by something that suits your environment. Could be include, execute or an http request,…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to run some JQuery script on a particular page but only
I'm trying to run a python script from a different location than where it
I am trying a share a boolean between different scripts. In one script, I
I am trying to run two different jQuery/Java Scripts under one file name... And
I'm trying to make a simple script to run different tasks one by one
I am trying to run a different script on the three different time of
I am trying to run git from a different directory than I am in.
I'm trying to run a process as a different user that has Administrator privilege
I am trying to run the VS 2008 SP1 installer , but it says
I am trying to run this query on http://dbpedia.org/sparql but I get an error

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.