Code:
while($result=mysql_fetch_array($sqlcate1)){
?>
<tr class=gradeX>
<td><?php echo $m++;?></td>
<td><?php echo $result['cat_name']?></td>
<td><?php echo $result['title'];?></td>