Mysql - Date repeating twice in PHP for each loop
Mysql - Date repeating twice in PHP for each loop I've got a for each loop which is echoing results from a mysql query. Then I have a separate query inside the loop to find other records with a date value.I need to compare the dates to print relevant data...