$pathimg='';
require ("links_categories.php");
?>
seedating
require ("../_include/head.php");
?>
';
//$sql = "SELECT COUNT(*) as total FROM links where cat=$ii";
//$result = mysql_query ($sql);
//$rows = mysql_fetch_array($result);
//$rows = $rows["total"];
echo ''.$categ[$ii].' | ';
//if($ii==$categ_max) echo ' | ';
if ($ii%3==0) echo "";
}
?>
|
|
|
|
include ("../_include/bottom.php");
?>
|