473,386 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Simple PHP discussion forum tutorial

Does any one know where there is a good introduction to Discussion
Forum scripting using PHP and MySQL. (Apache WS)

I just need the nuts and bolts to get an overview of whats required.
Regards,

Sten

Jul 17 '05 #1
5 4002
"stenknz" wrote:
Does any one know where there is a good introduction to Discussion
Forum scripting using PHP and MySQL. (Apache WS)

I just need the nuts and bolts to get an overview of whats required. Regards,

Sten


As one with extensive knowledge of phpbb (a php discussion forum) let
me caution against doing anything like that from scratch. Discussion
forums are very very complex, and free ones like phpbb are available.
So usually there is no need to start from scratch.

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Simple-d...ict147825.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=494850
Jul 17 '05 #2
On 9 Sep 2004 00:46:02 -0400, steve <Us************@dbForumz.com> wrote:
"stenknz" wrote:
Does any one know where there is a good introduction to Discussion
Forum scripting using PHP and MySQL. (Apache WS)

I just need the nuts and bolts to get an overview of whats

required.
Regards,

Sten


As one with extensive knowledge of phpbb (a php discussion forum) let
me caution against doing anything like that from scratch. Discussion
forums are very very complex, and free ones like phpbb are available.
So usually there is no need to start from scratch.

Agreed =)

I started one a few years back.. after about 9 months of operation, I
ditched it in favour of phpBB.

While what I had worked, it was a massive project that I didn't have the
time to follow properly. I'm normally one who likes to write his own
code, but sometimes it's best to look at 3rd-party alternatives =)

Regards,

Ian

--
Ian.H
digiServ Network
London, UK
http://digiserv.net/
Jul 17 '05 #3
"Ian.H" wrote:
On 9 Sep 2004 00:46:02 -0400, steve
<Us************@dbForumz.com> wrote:
"stenknz" wrote:
Does any one know where there is a good introduction to Discussion Forum scripting using PHP and MySQL. (Apache WS)

I just need the nuts and bolts to get an overview of whatsrequired.
Regards,

Sten


As one with extensive knowledge of phpbb (a php discussion forum)

let
me caution against doing anything like that from scratch.

Discussion
forums are very very complex, and free ones like phpbb are

available.
So usually there is no need to start from scratch.

Agreed =)

I started one a few years back.. after about 9 months of operation,

I ditched it in favour of phpBB.

While what I had worked, it was a massive project that I didn’t
have the
time to follow properly. I’m normally one who likes to write his
own
code, but sometimes it’s best to look at 3rd-party alternatives
=)

Regards,

Ian


Yes, and it is perfectly ok to take something like phpBB and add your
own extensions, and give it your own look. Doing it that way, you can
focus on more higher level features (and marketing!) vs. getting stuck
in the knitty gritty of it all, and like Ian says, give up after a
while.

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Simple-d...ict147825.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=495590
Jul 17 '05 #4
On 9 Sep 2004 13:01:06 -0400, steve <Us************@dbForumz.com> wrote:
[ snip ]
but sometimes it’s best to look at 3rd-party alternatives
=)
Yes, and it is perfectly ok to take something like phpBB and add your
own extensions, and give it your own look. Doing it that way, you can
focus on more higher level features (and marketing!) vs. getting stuck
in the knitty gritty of it all, and like Ian says, give up after a
while.

I can't say I regret coding as much as I did for it, I learnt a lot
(including security) but unless you're planning on spending a _LONG_
time with "constant" work, as Steve points out, it's much easier and
still quite rewarding to write mods / extensions to phpBB. I've done a
few now from simple things to an "upload / download repository" and
other bits and pieces. The main reason I wrote the one I did was that I
had the most basic of "forums" written as one of my first projects ever
to learn Perl. This was then ported to ASP when I played with that for a
couple of weeks (horrid it is!) and then ported to PHP. I wanted
something more UBB styled at the time, so I started work on the bigger
version.

It maybe something good to do as a learning project in stages, but as
for a production level release, this is a high goal to reach if you want
to do it properly.. and there's some already well developed competition
out there if you're looking to release it publicly as an alternative to
the likes of phpBB and others.

Looking forward to the new 2.2.x release(s) as I believe this uses (some
of) Smarty for the templating which is a lot more flexible / powerful
than the home-grown phpBB version =)

Regards,

Ian

--
Ian.H
digiServ Network
London, UK
http://digiserv.net/
Jul 17 '05 #5
"stenknz" <st*****@gmail.com> wrote in message news:<ch********@odak26.prod.google.com>...
Does any one know where there is a good introduction to Discussion
Forum scripting using PHP and MySQL. (Apache WS)

I just need the nuts and bolts to get an overview of whats required.
Regards,

Sten


....some scripts are complex.
Some are quite simple:

http://www.phpclasses.org/browse/package/1313.html
Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Domestos | last post by:
Hi, TIA... 1) Need to select all rows from table called fixtures where home_team and away_team is equal to team_code. What SQL select statement would do this? 2) I have a variable called...
2
by: Frank | last post by:
Hello, I would like to create a discussion forum. Anyone know of any good to decent articles/sources that would provide some sample code to get me started? Thanks in advance, Frank K.
1
by: Arjen | last post by:
Hi, Im trying to make / looking for a very very simple WYSIWYG editor. Ive made a (ad free) site about dogs but it's attracting way more visitors then I could ever have imagined. I have a forum...
2
by: mazdotnet | last post by:
Hi, I'm looking at adding a discussion forum to our site (C# or VB.NET). Any recommendations for a good discussion forum software? (both free and $$$$). I looked at InstantForum and it seems...
6
by: sarek | last post by:
Hi! I'm trying to get the discussion forum from this tutorial to work, but I have some problems. I have made a database according to the tutorial, and also turned on register_globals that this...
1
by: selvamcbe | last post by:
sir I have a problem with installtion of phpbb 2 Forum in my website... I am having a website named http://www.clickonlinejobs.com Also i plan to include forum with it.So i have added my forum in...
9
by: ryuzaki | last post by:
Hi I am new to the forums and I have one question I read through this tutorial: Tutorial and I get this error when I view the index.php3 file Warning: mysql_fetch_array(): supplied argument...
2
by: muddasirmunir | last post by:
i just want to know two question about forum/blogs . 1) how can we find What is the basic purpose of the any forum.i mean theoverview of any forum. (for e-gin bytes.com yet ,i did not find any...
2
by: technica | last post by:
Hello All, We have started with a new programming discussion group on Gmail. TechnicalTalk is a group dedicated to computer programming discussion, programming tutorials, programming articles...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.