HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / home / cuneytsener53 / kurumsal11.snrsoft.com.tr /

Server Ip : 172.67.216.244




Filename/home/cuneytsener53/kurumsal11.snrsoft.com.tr/categoriespage.php
Size546
Permissionrw-r--r--
Owner
Create time02-Mar-2025 05:46
Last modified10-Oct-2022 14:02
Last accessed04-Apr-2025 22:01
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
$categoriesDataAsk->execute(array(
'seo_url' => $_GET["seo_url"]
));
$categoriesDataCheck=$categoriesDataAsk->fetch(PDO::FETCH_ASSOC);

switch ($categoriesDataCheck['categories_type']){
case 'project_categories':
include "variation/categories/projectcategories.php";
break;
case 'post_categories':
include "variation/categories/postcategories.php";
break;
case 'product_categories':
include "variation/categories/productcategories.php";
break;
}

?>