|
Posted by D. Stussy on June 14, 2006, 3:11 am
Please log in for more thread options
On Wed, 14 Jun 2006, Joni Nieminen wrote:
> > On Tue, 13 Jun 2006, Stephen Poley wrote:
> > > On Tue, 13 Jun 2006 18:51:59 +0300, "Joni Nieminen"
> > >
> > > >Is there any code or script which do forum in the page! I can do little
> > > >javascript..
> > >
> > > You don't need SQL-server for a forum, but you do need server-side
> > > processing and some sort of database. Assuming budget is an issue for
> > > you, you could try looking at some of these:
> > >
> > > http://www.opensourcecms.com/
> >
> > Actually, you don't even need the database! One can set up the forum
> areas as
> > local newsgroups and access them via PHP's extensions for NNTP. This
> > arrangement has the side-effect that if one wanted to link them to that of
> > other sites, all one has to do is remove the restrictions on transferring
> them
> > (in the newserver configuration; I'm thinking of inn).
>
> Thank you of those informations but I dont understand those terms :D
> Im just kid.. Can you give me complete html sites wich I need?
PHP is a scripting language. - see www.php.net
NNTP - you're using it now! "Usenet" or newsgroups are transmitted via NNTP.
|