Hi All,
I am trying to check if a regulation's date reminder is today and regulation's date end not yet passed then I do not want it to display. the problem is the query that I made isn't work in mysql. Can anyone help me to revise my query?
Here is my query:
$query="select * from t_regulation where dt_reminder >= '$today' and dt_ended ='$today'"
please help me...