PDA

View Full Version : how can i create a forum?


fraknot
07-26-2003, 12:28 AM
hi

i'm a beginner in php, and i need to create a forum... can you give me some references or information about that?

thanx

Nightfire
07-26-2003, 01:02 AM
If you have no experience in a serverside language, then it won't be easy. Create a guestbook in MYsql and php and work from there, it's near enough the same structure as a forum

SDP2006
07-26-2003, 02:38 AM
Guestbooks use the same mechanism, but for a controlled forum, you'll need a membership/login system

cg9com
07-26-2003, 07:47 AM
How about a prefab forum?

SDP2006
07-26-2003, 02:34 PM
Prefabricated?

That would work also, but you dont have as much control over what you can do in the forums as to writing your own.

mordred
07-26-2003, 02:45 PM
SDP: That's true for every piece of software.

fraknot: I think you should decide and tell us if you want to build a forum from scratch or if you just want to have one. There do exist quite mature forum projects done in PHP, most notable is http://www.phpbb.com , which gives you a lot of control of the look-and-feel and has also many mods available. It's easy to setup too.

fraknot
07-26-2003, 03:10 PM
thanx i will try phpbb

SpeedFreak
07-26-2003, 06:47 PM
if your forum is not gonna be massive and you want something easier and simpler i would suggest yabbse (www.yabb.info) as its simpler to use and smaller than PHPbb, plus its much easier to skin. However if this is a high volume forum go for Invision Board or PHPbb

Cheers