xyeras / AnimalFarm

The purpose of this project is to create an application to record agricultural activity.
3 stars 2 forks source link

notify php and js file for notifying the user which boars need a heat cheat that day #4

Closed speedy1096 closed 7 years ago

speedy1096 commented 7 years ago

issue in $heatDate variable not matching date3 variable in database

speedy1096 commented 7 years ago

issue might be with database variable being type var and php variable being string

speedy1096 commented 7 years ago

$heatDate in mySQL statement might be read as is and not contain variable.

speedy1096 commented 7 years ago

$heatDate in the MySQL statement needed '' around it to separate it as a php variable.