Log in

View Full Version : How do I extract certain data from the user table?


ogden2k
07-19-2005, 03:22 PM
I have some custom profile fields that the members have filled out.

I can't figure out what the query is to show every members custom profile fields on one page.

Basically, I have profilefieldid 5 and 6 to be outputted to HTML or Excel for every user.

cyberphere32
07-19-2005, 03:39 PM
$post ['fieldX']

X is the number of field

ogden2k
07-19-2005, 04:30 PM
That will show that field on the members profile, but I need to extract every users data from that profile field on one page.