Page 1 of 1

mssql_fetch_array

Posted: Wed Oct 19, 2005 8:44 am
by Mjollnir
Hi

I am struggling a bit with the result array from mssql_fetch_array.
I would like to strip the numeric keys from this array. In order
to be left with an array that only contains columns names and
their values ?

Another thing key values of column name are choped if they
are longer than 30 characters.

eg Column name in database is APPLICATION_AUDITORS_DETAILS_ID
key value return with mssql_fetch_array is APPLICATION_AUDITORS_DETAILS_I

Anyway to fix this ?

Your help is appreciated.

Thanks