$result=db_query('SELECT name, title, weight FROM {profile_fields} ORDER BY weight');
$result=db_query('SELECT name, title, weight, visibility FROM {profile_fields} WHERE visibility IN (%d, %d) ORDER BY weight',PROFILE_PUBLIC,PROFILE_PUBLIC_LISTINGS);
$result=db_query('SELECT name, title, weight FROM {profile_fields} ORDER BY weight');
$result=db_query('SELECT name, title, weight, visibility FROM {profile_fields} WHERE visibility IN (%d, %d) ORDER BY weight',PROFILE_PUBLIC,PROFILE_PUBLIC_LISTINGS);