PHP forum code.

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
ghostofrecon
Forum Newbie
Posts: 1
Joined: Tue Mar 07, 2006 9:55 pm
Contact:

PHP forum code.

Post by ghostofrecon »

I am a newb as to PHP, and i am attempting to write a forum php. I am looking for methods of
writing a forum php script, not necesarily code, but the theory behind it.
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

Basically it consists of one big database and a couple of php scripts. I do not recommend writing your own if you are a beginner. But if you want a good PHP/MYSQL forum this is the one we use here.

:arrow: http://www.phpbb.com
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

nickman013 wrote:Basically it consists of one big database and a couple of php scripts. I do not recommend writing your own if you are a beginner. But if you want a good PHP/MYSQL forum this is the one we use here.

:arrow: http://www.phpbb.com
Yup that pretty much sums it up! :lol:
Post Reply