$Zipcode=$_GET['Zipcode']; if(!ma_not_null($Zipcode))$Zipcode=$_POST['Zipcode']; require(DIR_FS_ROOT.DIR_WS_CATALOG.DIR_WS_INCLUDES. '/common/listaseminari.inc.php'); if($isSeminarOnline) { //estraggo pure la catagoria del seminario online if(ma_not_null($IdSubType)){ $semObj= new categoryPage($IdSubType); $semObj->initWhere(); $semObj->wObj->setEq('a.Id',$IdSubType); $semObj->setQuery(); $dataSE=$semObj->getData(); $IdOnlineCourse=$dataSE[0]->IdOnlineCourse; } } ?>