Hello,
I have a few results at mysql and I want to order them by date like this:
Monday, February 12
Monday, February 14
Monday, February 17
Monday, February 11
Then when I click on one of them it should return all the data of that day.
What I want is to return the date like that. If the query is 'SELECT * FROM the_table ORDER BY DATE' it will return all the lines order by date, but I just want to list one of each one.
How can it be done?
Sorry my poor English!
Thanks in advance
!
Tiago
I have a few results at mysql and I want to order them by date like this:
Monday, February 12
Monday, February 14
Monday, February 17
Monday, February 11
Then when I click on one of them it should return all the data of that day.
What I want is to return the date like that. If the query is 'SELECT * FROM the_table ORDER BY DATE' it will return all the lines order by date, but I just want to list one of each one.
How can it be done?
Sorry my poor English!
Thanks in advance
Tiago




