PDA

View Full Version : problem driving me mad


Bald Bouncer
06 Apr 2002, 16:42
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



can anyone fix this code so it will show the contents of profile field 14 next to the username....I think it needs to fetch the rray of $users and $field but Im not sure how its done :(

any help appreciated

Chen
07 Apr 2002, 11:50
You can join the user and userfield tables right in the first query:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


You also have this code twice in there, not sure it's supposed to be there (and if it is, use only one iif()):


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Bald Bouncer
07 Apr 2002, 19:38
it will need to pull field14 from userfield not users i think....so how exactly do I use join to stick both the coloms in the same query mate?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



I need to grab field14 from userfield in the above :dead:

Chen
07 Apr 2002, 19:46
Of course I forgot the JOIN line... duh.


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Bald Bouncer
07 Apr 2002, 20:13
cheers for the help mate but its still not working :( dont happen to know were its going wrong do you mate?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Chen
07 Apr 2002, 20:20
Ok replace "SELECT userid" with "SELECT user.userid".

Bald Bouncer
07 Apr 2002, 20:39
thanks a lot mate worked a charm!!
really appreciated!!

:p :bunny: