sql command

From: PJourdan <info(at)lespetitsplaisirs(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: sql command
Date: 2002-05-02 15:32:05
Message-ID: 5.1.0.14.2.20020502112451.00ac5080@mail.host45.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Could someone explain to me why sql commands work in php with pgsql? I have
a curious situation where the author used sql commands like sqlconnect to
access the database rather than pg-connect as well as other commands that
are either psql or sql - I'm a litle confused here. This is in a .conf file:
sqlconnect(array('server'=>'tester.videotron.ca','user'=>'mum',
'database'=>'mum','password'=>'123456' ) );
I'm looking for the theory behind all this. :-)
Thanks
Phil Jourdan

Responses

Browse pgsql-php by date

  From Date Subject
Next Message P. Jourdan 2002-05-02 15:53:56 Re: sql commands
Previous Message P. Jourdan 2002-05-02 15:24:24 column insert