Page 1 of 1

Creating Message-board

Posted: Mon Jun 23, 2008 12:11 am
by itconnect
Hi, I am Noor Alam..
1. I want to create message-board using php & MySql, when Admin send topic towards the
subscriber, only permitted subscriber to enter into the topic.

2. Subscriber enters his area by user & password and then view its topic by Admin and join
with Admin against topic.

3. Connection only on between subscriber to Admin but subscriber to subscriber is not
permitted

4. Display topic with date top on the message-board, when message transferred between subscriber to Admin.

5. All tranferred messages are stored into database.

Please me help me.

I am looking to hearing from any one, which help me to create interactive message-board.

Re: Creating Message-board

Posted: Mon Jun 23, 2008 7:08 am
by Kieran Huggins
If you're just looking for a point in the right direction, I'd suggest learning about the MVC pattern. Once you have a decent understanding of that type of application design, start coding your board and post here when you're stuck.

Good luck!