Thread: blog structure
View Single Post
  #2 (permalink)  
Old Aug 23rd, 2007, 11:53
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: blog structure

Everything is in a database.

You should have a table for you blog entries, one for the categories and one for the comments.

To access entries you would do the ?articleid=1 and then query the database with that.
Reply With Quote