I am trying to run a query that will pick up days from here on out. Basically, today, tomorrow, and so forth.
Here is my code..
$dateNow = date('Y-m-d');
$where .= ' AND `mb_sanctions`.`StartDate` > \'$dateNow\'';
I keep getting the variable back on my developer tools..where am I going wrong?
Instead you can try this: