I may be far of the mark and if so please correct me, but would this work?
FUNCTION Select() {
mysql_query("SELECT c.tid, c.nickname, c.l_name, c.f_name, c.location, c.connection, c.email, c.inc_roster, n.prev_nick, k.prev_clan FROM current as c JOIN prev_nick AS n ON c.tid = n.current_tid AND JOIN prev_clan AS k ON c.tid = k.current_tid WHERE c.tid = $sid", Connect());
As you can see this is going to be a PHP function that may be called several times.
PLEASE HELP!
Regs,
Charlie