Does anyone know how to retrieve the values returned from an Informix Stored
procedure in PHP.
I have a procedure that returns 4 values but only 1 row. If I prepare it and
then execute it I can not retrieve the results as all of the PHP functions seem
to return an array based on the column names, wheras there is no column name
associated with the return values.
Alternatively is there any way to name the return values from a stored procedure.
Thanks to any Informix/PHP gurus
Steve Weet
XPosted to comp.lang.php
procedure in PHP.
I have a procedure that returns 4 values but only 1 row. If I prepare it and
then execute it I can not retrieve the results as all of the PHP functions seem
to return an array based on the column names, wheras there is no column name
associated with the return values.
Alternatively is there any way to name the return values from a stored procedure.
Thanks to any Informix/PHP gurus
Steve Weet
XPosted to comp.lang.php