is this what i need
PHP Code:
$userinfo = mysql_query("SELECT * FROM user,userfield WHERE user.userid='X' AND userfield.userid='X'");
is so, the X value is the for the users forum id right ?
i need x to be a variable, ie, change value to the current logged in users ID.
if this is my solutions, how do i go about making 'X' change to the value id to which ever forum user is logged in ?