Derek Del Conte wrote:
> 
> This might not be the exact proper place for this, but I'm gonna try anyway :)
> 
> I have pgsql setup and working fine.  I am able to access it through odbc
> using access to maintain a database.  What I'd like to do though is use
> php3 to extract the data and put it into html.  I am running a rh6.0 box
> and having trouble getting php3 to use the pg_access functions.  Maybe i am
> missing some packages.  Can anyone point me in the right direction?  Thanks.
> 
> Derek Del Conte - [EMAIL PROTECTED]
> ____
> Gambit Design Internet Services - http://www.gambitdesign.com

There are a whole slew of PostgreSQL related commands in PHP3.  But you
have to have built PHP3 with PostgreSQL support.  Check the PHP3 Manual
under PostgreSQL for instructions on how to program PHP3 so that it
queries the PostgreSQL database.

If you need instructions more specific that "RTFM" I would be happy to
give you a more detailed explanation.

Jason

Reply via email to