I want to know if there is a way to make php react to a change from mysql database
example:
I have information on a db and I want to display it in a table and group all the info from one day in one <td></td> then when the day changes, lets say the next day create another <td></td> and so on, just to show the info from different days in different table columns.
in my db I have the data and tree more columns, day month and year,
so if I can separate them by day that would be really sweet.
thanks.