Closed speedy1096 closed 7 years ago
issue might be with database variable being type var and php variable being string
$heatDate in mySQL statement might be read as is and not contain variable.
$heatDate in the MySQL statement needed '' around it to separate it as a php variable.
issue in $heatDate variable not matching date3 variable in database