Elijah
Registered User

Joined: 20 Jan 2004
Location: Calgary, Alberta, Canada Eh?
|
Posted: Wed Dec 01 2004 03:39 PHP questions |
 |
hello all.. im trying to build an interactive page for my local artist website,
what php software is best to create a page which users can freely add data to a forum type thing.
can you create forums with php programming.
do you need database storage support to do this...
thx. |
- Elijah |
|
Back to top |
|
 |
|
technoid
Regular

Joined: 21 Sep 2003
Location: Oregon USA
|
Posted: Wed Dec 01 2004 04:02 Re: PHP questions |
 |
Elijah wrote: |
hello all.. im trying to build an interactive page for my local artist website,
what php software is best to create a page which users can freely add data to a forum type thing.
can you create forums with php programming.
do you need database storage support to do this...
thx.
|
If you're looking for dedicated forum software, then try phpBB, which is the same kind that MT.org uses. See the link at the very bottom to get there.
Other BBS's include Invision Power Board, Ikonboard (I don't recommend, yeck), SMF, Proboards and YaBBSe (which I use). There are tons more. |
~techie |
|
Back to top |
|
 |
Elijah
Registered User

Joined: 20 Jan 2004
Location: Calgary, Alberta, Canada Eh?
|
Posted: Wed Dec 01 2004 05:00 Re: PHP questions |
 |
yes... i checked out PHPbb and i really like this style. im just wondering how i could edit little bits of it..
that would require me to understand PHP probably. |
- Elijah |
|
Back to top |
|
 |
technoid
Regular

Joined: 21 Sep 2003
Location: Oregon USA
|
Posted: Wed Dec 01 2004 05:14 Re: PHP questions |
 |
Elijah wrote: |
that would require me to understand PHP probably.
|
Yes, you thought correctly. Look for mod sites and forums. They might have answers to your questions already. Here's one place... http://www.phpbbhacks.com . phpBB also has its own forum, of course... http://www.phpbb.com/phpBB . |
~techie |
|
Back to top |
|
 |
Sunbuster
Registered User
Joined: 05 May 2003
Location: Finland
|
Posted: Wed Dec 01 2004 18:01
|
 |
But it would probably be wise to have at least a basic understanding of PHP code before trying to change things in the forum codes. Otherwise chances are pretty big you'll end up just messing the code and having to start from scratch several times.
and yes, you need a database. Simpler guestbooks might be able to run without, but all forums run on databases. |
|
|
Back to top |
|
 |
|
|