Messages boards

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
markjs
Forum Newbie
Posts: 1
Joined: Mon Jul 25, 2005 9:56 am

Messages boards

Post by markjs »

Im designing a message board and Im looking for code to set up a private messaging system for my forum, can anyone tell me where I can find such code?
Im using Php and my mysql.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

You could have a look at the code for phpBB. Infact you might be advised to just use phpBB rather than design your own forum.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

That's a rather vague request. For something like that, if you decide not to go with PHPBB forums, I'd look for a script on http://www.hotscripts.com.
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

Post by psychotomus »

if your able to design a message board. a private message system shouldnt be hard.
Post Reply