RicardoMatos
Programmer
Hi there! I'm having a little problem with a mysql table.
Here's the thing: I have a table to store announcements. When retrieving data from the table, if more than one record is found on a same day, repet only the announcent and not the time and date posted, like this:
July 24 2009
-> Some text......
-> Some text 2.....
July 23 2009
-> Some other text
Not like this
July 24 2009
-> Some text......
July 24 2009
-> Some text.....
Any help???
Here's the thing: I have a table to store announcements. When retrieving data from the table, if more than one record is found on a same day, repet only the announcent and not the time and date posted, like this:
July 24 2009
-> Some text......
-> Some text 2.....
July 23 2009
-> Some other text
Not like this
July 24 2009
-> Some text......
July 24 2009
-> Some text.....
Any help???