Skip to Content
Search
Products
Hosting
Support
Resources
Contact
Home
Who's Online
Tags
Favourites
Login
Register
Search
this forum
this category
all forums
for
Advanced Search
Home
:
Products
:
DBMan
:
Customization
:
field name from number
Previous Thread
Next Thread
Print Thread
View Threaded
Mar 13, 2008, 1:07 PM
delicia
User
(212 posts)
Mar 13, 2008, 1:07 PM
Post #1 of 2
Views: 138
Shortcut
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
Mar 13, 2008, 2:48 PM
delicia
User
(212 posts)
Mar 13, 2008, 2:48 PM
Post #2 of 2
Views: 135
Shortcut
Re: [delicia] field name from number
In reply to
duh ... $db_cols[num]
or with variable: $db_col[$auth_user_field]
Previous Thread
Next Thread
Print Thread
View Threaded