Page 1 of 1
PHP forum code.
Posted: Tue Mar 07, 2006 10:03 pm
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.
Posted: Tue Mar 07, 2006 10:11 pm
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.
http://www.phpbb.com
Posted: Tue Mar 07, 2006 10:40 pm
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.
http://www.phpbb.com
Yup that pretty much sums it up!
