Hey, I am working on converting a shopping cart that uses mysql to Informix db.
This shopping cart is pretty complex, but they abstracted their mysql calls to a config file. My question is mysql has a mysql_fetch_array, which returns an associative array. However, Informix doesn’t have this functionality yet, but they do use an ifx_fetch_row, which returns an enumerated array. Doesn’t any one have a snippet of code (or lead me in the right direction) that would remove the meta data out of the return, so that it returns an associative array instead of an enumerated array.
thanks for any help...