getSubCategories(); $_SESSION["catid"] = $_GET["catid"]; } if (isset ($_GET["catid"])) { // wyszukiwanie wg grupy $catid = 0 + $_GET["catid"]; $brandid = isset ($_GET["brandid"]) ? 0 + $_GET["brandid"] : 0; $descs = DBLogic::getDescriptionsBySubCategories ($catid, $brandid, $showplace); $_SESSION["goodsfound"] = $descs; } include $_SERVER["DOCUMENT_ROOT"] . "/hidden/presentation/gooddisplay.php5"; ?>