|
Most of this should be easy for me, but there is one thing I need to know...
How should I do the MySQL databasing? I have one table (news) for the news article, but now I need to figure out how I'm going to make a comments table which intertwines with news, so that the comments are displayed on the same page as news article with just the news id present, but also allow for a comment ID of their own (for indexing/replying, etc).
Coding everything should be easy for me, it's the setup that I'm lost with.
|