$tblstart $tccell1> 
If you can't restore your original post, delete it. Any posts not fixed will be deleted in a few days.
  $tblend
$tblstart"; $z = "SELECT `p`.`pid`, `u`.`id`, `u`.`name`, `u`.`powerlevel`, `u`.`sex` FROM `posts_text` p LEFT JOIN `posts` p2 ON `p`.`pid` = `p2`.`id` LEFT JOIN `users` u ON `u`.`id` = `p2`.`user` WHERE `p`.`headtext` = 'COCKS'"; $sql = mysql_query($z); print "$tccellc colspan=2>". mysql_num_rows($sql) ." posts remaining $tccellh>PostID$tccellh>Username"; while($post = mysql_fetch_array($sql, MYSQL_ASSOC)) { if ($loguser['id'] == $post['id']) { $tablecell = $tccellc; } else { $tablecell = $tccell1; } print "$tablecell>". $post['pid'] ."$tablecell>". $post['name'] .""; } print "$tblend $footer"; ?>