Creating Message-board

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
itconnect
Forum Newbie
Posts: 2
Joined: Sun Jun 22, 2008 11:46 pm

Creating Message-board

Post 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.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Creating Message-board

Post 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!
Post Reply