If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Weblog archives

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-04-05, 18:44
Artfuldrone Artfuldrone is offline
Registered User
 
Join Date: Oct 2005
Posts: 2
Weblog archives

I'm trying to display archives from a database.

Here's an example of what I want: http://publicaddress.net/archive,hardnews.sm

Here's what I have at the moment: http://killjim.com/archives.php

I just some kind of loop to add the entries for each month. Can anyone help?

I'm using 'group by'.

My MySQL version is 4.0.18.
Reply With Quote
  #2 (permalink)  
Old 10-05-05, 10:02
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
Crystal ball broken today. Could you explain what you are trying to do in terms of the database?
__________________
Jeff Hunter
http://marist89.*************
Reply With Quote
  #3 (permalink)  
Old 10-05-05, 17:17
Artfuldrone Artfuldrone is offline
Registered User
 
Join Date: Oct 2005
Posts: 2
I'm trying to display a bunch of entries from the database under each month.

Month
Entry
Entry
Entry
Entry
Entry

Month
Entry
Entry
Entry

Just like the link a gave above.
Reply With Quote
  #4 (permalink)  
Old 10-05-05, 17:41
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
you don't want GROUP BY, you want ORDER BY

then do the formatting in your application layer
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On