Forum Moderators: coopster
I already finished creating the login system. Now I need to work on the content posting system. I already thought about the SQL table to
store this content. Here's what I have so far:
ContentID, User, Title, ContentText, DatePosted, NumOfComments, Rating, Tags
For the comments, I would assume the SQL table would look like this:
ContentID, User, CommentNumber, CommentText
Now, am I on the right track here? This is my first time creating something like this. Are there free scripts out there that does the same thing?
Any help is appreciated.
There are definitely free scripts out there. Check out the following:
[opensourcecms.com...]
SourceForge [sourceforge.net]
Best of luck!