Re: Building web sites using a database

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jan Mura <jan(dot)mura(at)volny(dot)cz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Building web sites using a database
Date: 2007-01-17 17:59:57
Message-ID: 45AE641D.90104@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jan Mura wrote:
> Hello,
> I would like to ask if there is a genral concept of creating web pages using
> a database and PHP or another scripting language.

The term you'll want to search on is "Content Management System" or CMS.
There are plenty to choose from: Plone, Zope, Mambo etc.
Try here to start: http://www.opensourcecms.com/

Although they all provide a front-end to edit pages, they all have the
page text stored in a database (usually PostgreSQL or MySQL).

If that's more than you want, there are many templating systems for php,
perl, python, ruby etc.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2007-01-17 18:01:43 Re: Index bloat of 4x
Previous Message Chad Wagner 2007-01-17 17:55:16 Re: Building web sites using a database