[PHP] Re: pgSQL Functions with results set to php?

2002-07-14 Thread Richard Lynch
List, I'm creating a PHP/pgSQL web site...I need to execute queries with a cursor and get their result set into my PHP script. How can I make a pgSQL procedure with logic that also returns a result set? I've searched and searched but cannot find the answer. Does anyone got it? Any old

Re: [PHP] Re: pgSQL Functions with results set to php?

2002-07-14 Thread Joe Conway
Richard Lynch wrote: List, I'm creating a PHP/pgSQL web site...I need to execute queries with a cursor and get their result set into my PHP script. How can I make a pgSQL procedure with logic that also returns a result set? I've searched and searched but cannot find the answer. Does anyone