The data in the 5th column shows above the table and not in the column box thing.. please help!!
<?php
$db = mysql_connect("localhost","root","pahsdfasdfjaklsdf");
mysql_select_db('forum', $db);
$query = "SELECT *FROM abuse LIMIT 0, 30";
$result = mysql_query($query);
while($row =...