mssql_fetch_array

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mjollnir
Forum Newbie
Posts: 2
Joined: Wed Oct 19, 2005 8:36 am

mssql_fetch_array

Post 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
Post Reply