good day;
please spare some of your precious time with me,
i'm really having a hard time to analyze this.
my problem is how to evaluate two dates if it is not the same date.
the first date is the actualdate
$actualTime = date ('d M Y @ H:i:s', $time+28800);
the second date is from database "SELECT `date` FROM `medicalrecords` where date=`$actualTime`" therefore if query_row == 1,the condition would be true.
but my query seems not working.
note that datatype of medicalrecords.date is varchar.
sorry if I sound stupid to you im new in php.