Subject IB, PHP and arrays
Author fabrice.aeschbacher@wanadoo.fr
Hello,

I far as I know, there is no possibility to INSERT / UPDATE a field
which is an array using DML.

i.e., the following query is not allowed:
UPDATE MYTABLE
SET ARRAY_FIELD [ 2 ] = 0

I plan to use PHP4, and have a need of arrays in my DB tables.

Does anyone know if it is possible to access (write into) arrays with
the PHP ibase_xxx functions? (not found on www.php.net)