I have my comments in one table, I have my posts in another. Each post has an ID, and each comment has a postid which is the ID of the post the comment goes with
I grabbing the posts from the database and putting them in an array. I am then displaying the posts on a page using a foreach loop...