Subject Re: [firebird-php] Firebird's Procedures in PHP
Author Jaume Sabater
Ruslan wrote:

> I want to execute a procedure from my firebird's database, how can I
> do this in php ?

Executing a SELECT statement like:

SELECT RETURN_PARAM1, RETURN_PARAM2
FROM STORED_PROC_NAME (INPUT_PARAM1, INPUT_PARAM2);

I recommend using ? for input params and then passing the values through
the PHP function ibase_query ();

More info at http://www.php.net/manual/en/function.ibase-query.php

--
Jaume Sabater
http://linuxsilo.net/

"Ubi sapientas ibi libertas"