Jump to content

EarthDay

Members
  • Posts

    41
  • Joined

  • Last visited

Community Answers

  1. EarthDay's post in Join Query Issue was marked as the answer   
    Solution
    SELECT contacts.id as cid,
  2. EarthDay's post in Show database entries by todays date plus 7 days was marked as the answer   
    Hi All,
    Thank you all for your help on this
    I have figured this out by using the below code
    $stmt = $pdo->query("SELECT * FROM care_plan_review WHERE reminder_date between now() and now() + INTERVAL 7 DAY"); Cheers,
    ED.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.