RE: [PHP-DB] Re: Retrieving data woes

2001-12-10 Thread Andres Sulleiro
Thanks to Hugh and DL Neil for their answers. I got it working now with your help. Makes me feel dumb now! -- Andrés > > In your SQL request, sort by date. When printing the output, > keep track of the previous date - only print the date if it > changes. Something like > > $conn = my

[PHP-DB] Retrieving data woes

2001-12-10 Thread Andres Sulleiro
Hi all, I have what probably is a basic question, but can't figure out by myself. If any of you kind souls can point me in the right direction I would appreciate it. I have a db table that has these columns: id, date, time, title, body some of the rows can have the same "date" and want