crimsonsmeagol
06-03-2009, 06:02 PM
I am starting work on creating a website that needs to incorporate a very basic discussion board, or basically an extremely glorified blog.
The website will have some main topics..Topics will be added regularly. In response to these topics I want users to be able to post comments/opinions and discuss the topic. I want to have full control as an admin over these discussions with the ability to delete any posts. I also want to eventually add something in to keep profanity from being able to be posted. The discussion board will only be based off the topic and the users shouldn't have any control of being able to start a new discussion thread. The discussion board doesn't need any fancy features... All the users need to be able to do is post text and possibly links.
I know some basic PHP and MySQL. I also have the drive, motivation, and time to learn what I need to for this.
So basically what I need to learn is
How to create the database of users and allow sign-up, login
How to build the discussion board with my full control over it
Do you have any suggestion or know of any tutorials that can help me out?
Thank you in advance for all your help.
The website will have some main topics..Topics will be added regularly. In response to these topics I want users to be able to post comments/opinions and discuss the topic. I want to have full control as an admin over these discussions with the ability to delete any posts. I also want to eventually add something in to keep profanity from being able to be posted. The discussion board will only be based off the topic and the users shouldn't have any control of being able to start a new discussion thread. The discussion board doesn't need any fancy features... All the users need to be able to do is post text and possibly links.
I know some basic PHP and MySQL. I also have the drive, motivation, and time to learn what I need to for this.
So basically what I need to learn is
How to create the database of users and allow sign-up, login
How to build the discussion board with my full control over it
Do you have any suggestion or know of any tutorials that can help me out?
Thank you in advance for all your help.