Subject advanced php - interbase/firebird examples
Author webmaster@steinam.de
Hello,

does someone have some examples how to connect from php to
interbase/firebird.

Normal connection to interbase from php is clear,
i'm interested in connections to stored procedures, especially
SProcs, who make updates or inserts.

Or is it really necessary to make something like that.

$query = "select return_param from insert_proc(param1, param2)
^^^^^^^^^^^^^^^^^^^^^^
to activate an insert stored procedure.


Thanks in advance

KS