Code:
if ($cats["categ_description"]==""){$descript="none";
} else {
$descript=$cats["categ_description"];
}
echo "<table border=\"0\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td><b>".$cats["categ_title"]."</b>";
echo "</td></tr></table>";
but now it shows the same cat name on all pages
What am I missing?










