I tried this:
PHP Code:
$trader = $DB_site->query_first("SELECT
trader_price,trader_shipping,trader_payment,trader_man,
trader_trade,trader_condition,trader_age FROM thread WHERE
threadid = '$threadid'");
BUT, when I try to call it up in the postbit, it just gives me the variables. So, I actually think I'm adding the above in the wrong part of showthread.php, but I'm not really sure where to add it at. Pardon my "newness"...just getting into this stuff.