Re: php postgresql

Поиск
Список
Период
Сортировка
От Russell Smith
Тема Re: php postgresql
Дата
Msg-id 4406D7B4.8010100@pws.com.au
обсуждение исходный текст
Ответ на php postgresql  (Mary Adel <mary.adel@itrize.com>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Mary Adel
Дата:
Сообщение: php postgresql
Следующее
От: "Ingmar Brouns"
Дата:
Сообщение: Thread scheduling in postgresql 8.1.3 on windows