how we can make a simple discussion forums in PHP??

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
gagan
Forum Newbie
Posts: 10
Joined: Fri Jan 30, 2009 5:03 am

how we can make a simple discussion forums in PHP??

Post by gagan »

Hi everyone,

I have one problem. I want to make a forums in php in my website for all registered persons those who want to know know that by visiting our web site and “talking” to other people they will find answers they need. Actually I have no idea of makin forums using PHP code.
So please help me,how i can do this.It is very urgent for me.

Thanks,
Gagan
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: how we can make a simple discussion forums in PHP??

Post by McInfo »

http://www.phpbb.com/

Edit: This post was recovered from search engine cache.
Last edited by McInfo on Tue Jun 15, 2010 3:47 pm, edited 1 time in total.
mickd
Forum Contributor
Posts: 397
Joined: Tue Jun 21, 2005 9:05 am
Location: Australia

Re: how we can make a simple discussion forums in PHP??

Post by mickd »

Just to add on to what McInfo said.

It's not fast and easy to make your own PHP forum from scratch. Luckily there are a lot of free forums that you can download and install into your website and start using straight away.

phpBB is one of them (from the link that McInfo posted), and is the same one that this forum uses.
Post Reply