<table class="row"> <thead> <tr class="c12"> <th scope="col" class="c2">Rank</th> <th scope="col" class="c2 s2">Username</th> <th scope="col" class="c2 s4">Level</th> </tr> </thead> <tfoot> <tr> <td></td> </tr> </tfoot> <!-- Table body --> <tbody class="c12"> <?php $user->get_board(); ?> </tbody> </table> <a class="c2 s4 gio" href="index.php">< HOME</a> </div> </body> </html>