#=--------------------=#
# DB ../ Code #
#=--------------------=#
$urlx = $_SERVER['PHP_SELF'];
$nr_slashuri =substr_count($urlx,"/"); // numara cate / shashuri sunt in string
$nr_slashuri=$nr_slashuri-1;
//echo "Nr slashuri = [$nr_slashuri]
";
//echo "urlx".$urlx."
";
#=----------------------=#
# Nume Categorie Review #
#=----------------------=#
$categ_name = ltrim(strrchr($urlx,'/'),'/');
$categ_name = substr("".$categ_name."", 0, -4);
#=----------------------=#
# Nume Categorie Review #
#=----------------------=#
for ($j=1;$j<=$nr_slashuri;$j++) { $jongler_pts=$jongler_pts."../"; }
//echo "jongler=[".$jongler_pts."]";
$word = "/"; $replacement = "-"; $url3 = ereg_replace($word, $replacement, $urlx);
?>
include_once ($tg_path."/index_review.php");
?>