Re: PostgreSQL and Apache
On Tuesday 13. June 2006 15:39, jqpx37 wrote:
I'm working on a project involving PostgreSQL and Apache.
Anyone know of any good books or online how-to's on getting PostgreSQL
and Apache to work together? (I'm also using PHP.)
AFAIK, there are no dependencies beween Apache and PostgreSQL. PHP is
what you'll use as the glue between them.
I've worked with PHP and MySQL for some years, and found the transition
to PostgreSQL rather painless, but still I've considered buying
the "Beginning PHP and PostgreSQL 8: From Novice to Professional" by W.
Jason Gilmore and Robert H. Treat.
--
Leif Biberg Kristensen | Registered Linux User #338009
http://solumslekt.org/ | Cruising with Gentoo/KDE
Import Notes
Reply to msg id not found: 20060613133954.56CF5640027@iprive.iconicnetworks.comReference msg id not found: 20060613133954.56CF5640027@iprive.iconicnetworks.com
PHP is one alternative, another is PERL with CGI to write web based
programs that can GET/POST with input/output from the browser, and to
interface with *SQL - i.e. postgresql - you can use PERL's DBI interface
Leif B. Kristensen wrote:
Show quoted text
On Tuesday 13. June 2006 15:39, jqpx37 wrote:
I'm working on a project involving PostgreSQL and Apache.
Anyone know of any good books or online how-to's on getting PostgreSQL
and Apache to work together? (I'm also using PHP.)AFAIK, there are no dependencies beween Apache and PostgreSQL. PHP is
what you'll use as the glue between them.I've worked with PHP and MySQL for some years, and found the transition
to PostgreSQL rather painless, but still I've considered buying
the "Beginning PHP and PostgreSQL 8: From Novice to Professional" by W.
Jason Gilmore and Robert H. Treat.
louis gonzales wrote:
PHP is one alternative, another is PERL with CGI to write web based
programs that can GET/POST with input/output from the browser, and to
interface with *SQL - i.e. postgresql - you can use PERL's DBI interfaceLeif B. Kristensen wrote:
On Tuesday 13. June 2006 15:39, jqpx37 wrote:
I'm working on a project involving PostgreSQL and Apache.
Anyone know of any good books or online how-to's on getting PostgreSQL
and Apache to work together? (I'm also using PHP.)AFAIK, there are no dependencies beween Apache and PostgreSQL. PHP is
what you'll use as the glue between them.I've worked with PHP and MySQL for some years, and found the
transition to PostgreSQL rather painless, but still I've considered
buying the "Beginning PHP and PostgreSQL 8: From Novice to
Professional" by W. Jason Gilmore and Robert H. Treat.
Another one is 'Whitebeam' - which it primarily targeted at developing
web-applications using server-side JavaScript, XML and PostgreSQL. It runs as an
Apache module (like PHP).
The Whitebeam interface to PostgreSQL allows you to do just about anything you
could do in libpq and in a slightly more object orientated way than the raw PHP
interface (although for PHP there are a number of wrappers).
Whitebeam at http://www.whitebeam.org
The Postgres interface is documented at:
http://www.whitebeam.org/library/guide/TechNotes/postgres.rhtm
Best regards
Pete
Show quoted text
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings