misterfade
25 Jan 2006, 15:42
I need help with some code. I have a special usergroup that only they can access a certain page. I want to set it up so that when they login, it displays their info from the USER table, and a custom table I created called TEST. Here's what I have so far:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So basically I need to match their ID from the TEST table to the USER table, and display the relevant data. I know it's probably something simple, it's just that the Vbulletin query tags are screwing me up lol.
Thanks.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So basically I need to match their ID from the TEST table to the USER table, and display the relevant data. I know it's probably something simple, it's just that the Vbulletin query tags are screwing me up lol.
Thanks.