[PHP] calling stored procedures from php

2005-03-29 Thread Cima
hi , i have a stored procedure in postgresql and id like to call it or execute it from php. how do call this stored procedure with its variables or parameters? thanx

Re: [PHP] calling stored procedures from php

2005-03-29 Thread Marek Kilimajer
Cima wrote: hi , i have a stored procedure in postgresql and id like to call it or execute it from php. how do call this stored procedure with its variables or parameters? Like any other query, using pg_query() -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: