Then I would say the reason the variable doesn't have any value is because the variable
$id isn't defined in your PHP file. You'll want to try to find a different variable for it, because that's probably defined by whatever's calling the template.
Next, your select statement isn't cool, you should do this:
Code:
"SELECT threadid FROM ".TABLE_PREFIX."thread WHERE
That way if you ever do set up on a board with a prefix you won't end up with a broken self-made mod.