Gossamer Forum
Home : Products : DBMan : Customization :

field name from number

Quote Reply
field name from number
if i know the field number (such as auth_user_field = 9 ), how would i look up and display the name of that field from db_cols?
tks, delicia
Quote Reply
Re: [delicia] field name from number In reply to
duh ... $db_cols[num]

or with variable: $db_col[$auth_user_field]