Re: PHP + PostgreSQL

From: hodges(at)xprt(dot)net
To: Lista Postgresql <pgsql-php(at)postgresql(dot)org>
Subject: Re: PHP + PostgreSQL
Date: 2002-08-09 01:27:00
Message-ID: 3D52B7F4.541.9767EC@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

The book by Julie Morani, PHP Fast and Easy Web Development
(I think) is excellent. It is aimed at MySQL but as a
complete DB newbie I had no trouble converting the
examples to PostgreSQL.

Tom

On 8 Aug 2002 at 15:33, Chadwick Rolfs wrote:

> I've learned quite a bit from zend.com's tutorials. It's mostly php, but
> if you couple it with the postgresql tutorial, it comes together
> eventually.
>
> First look on the zend home page, then check out:
> http://www.zend.com/interest/databases.php
>
> Then go to tutorials... it's all mysql, but the differences in php code is
> very little. This one may help:
> http://www.zend.com/zend/tut/tutorial-yank.php
>
> You shouldn't _need_ to buy a book, but it's always good to support the
> authors :). Let us know what you went with!
>
> On Thu, 8 Aug 2002, [iso-8859-1] Carlos Garcìa Gòmez wrote:
>
> > Hi everybody! I've just begun with postgre and php and I really need a good
> > tutorial or any kind of document that can help me.
> >
> > Thank U all!
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
>
> -Chadwick
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Carlos 2002-08-11 13:22:07 can't connect to a postgreSQL database from PHP
Previous Message Chadwick Rolfs 2002-08-08 19:33:01 Re: PHP + PostgreSQL