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] Re: Retrieving data woes

2001-12-10 Thread Hugh Bothwell
"Andres Sulleiro" <[EMAIL PROTECTED]> wrote in message 002001c18193$eacb4450$[EMAIL PROTECTED]">news:002001c18193$eacb4450$[EMAIL PROTECTED]... > 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 to output the da