Subject Re: [firebird-php] ibase_query syntax
Author Milan Babuskov
Alan McDonald wrote:
> Anyone got a decent syntax where you require
> execute procedure name(?,?,?,?,?,?,?,?, etc for many parameters, parameter
> list....)
>
> Instead of reading them across the page endlessly - how do you apend them
> down the page to the statement?
> I must be brain dead but simply .= shouldn't work since it's not a string..

I'm not 100% sure what you want to do. It's either

ibase_query("execute procedure name(?,?,?)", $param1, $param2, $param3...)

or

If you wish to create the list of params dynamically, you can use eval()
function of php.

HTH

--
Milan Babuskov
http://fbexport.sourceforge.net