Re: php postgresql

From: Russell Smith <mr-russ(at)pws(dot)com(dot)au>
To: Mary Adel <mary(dot)adel(at)itrize(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: php postgresql
Date: 2006-03-02 11:32:04
Message-ID: 4406D7B4.8010100@pws.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mary Adel wrote:
> I am wondering how i can call stored procedure from php
> If anyone can help it would great for me
>
Very small code snippet.

$sql = "SELECT my_func('para')";
$Result = pg_query($sql);
...

Regards

Russell Smith

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ingmar Brouns 2006-03-02 11:38:04 Thread scheduling in postgresql 8.1.3 on windows
Previous Message Just Someone 2006-03-02 07:13:21 Re: SELinux strangeness with 8.1.2 and 8.1.3