0){ ?>"; } } else { ?>
Unrelated Categories
"; unset($gcid); if(isset($rows[cat_id])){ $gcid = $rows[cat_id]; } while($gcid > 0){ $mlc_sql = " select * from $tb_categories where ID = '$gcid' "; $mlc_query = sql_query($mlc_sql); $mlc_array = sql_fetch_array($mlc_query); $cat_array[] = $mlc_array["Category"]; $pid_array[] = $mlc_array["ID"]; $gcid = $mlc_array["PID"]; } $count = sizeof($pid_array); for($depth=$count;$depth>=0;$depth--){ if($pid_array[$depth]){ echo " >> " . ereg_replace("_"," ",($cat_array[$depth])); if($gcid > 0){ echo "  "; } } } unset($pid_array); unset($cat_array); echo "
No Unrelated Categories found.