Re: Output HTML, or just a handle?

From: Alexander Borkowski <alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au>
To: "Rodolfo J(dot) Paiz" <rpaiz(at)simpaticus(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Output HTML, or just a handle?
Date: 2005-01-25 02:43:43
Message-ID: 41F5B25F.8040408@abri.une.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Rodolfo,

> Or is it recommended to just run the bare query, then use PHP on my
> webpage to loop through the resulting output table handle and create the
> table there? And if so, just so I don't reinvent the wheel more than
> once a day, can someone point me to any code snippets previously written
> on this?

As for not reinventing the wheel when it comes to database access in
PHP, I forgot to mention:

http://adodb.sourceforge.net/

and

http://pear.php.net/package/DB

Cheers,

Alex

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Alexander Borkowski 2005-01-25 02:54:41 Re: recommended programming language for postgresql
Previous Message Alexander Borkowski 2005-01-25 02:36:47 Re: Output HTML, or just a handle?