查看文件: index_search.php
大小: 892 字节
类型: application/octet-stream
<?php require_once('Connections/BE2.php'); ?> <?php //search2=實景街圖 $search2=isset($_GET['search2'])?$_GET['search2']:'-1'; $menu2=isset($_GET['keyword'])?$_GET['keyword']:'-1'; $menu2=$menu2==''?'-1':$menu2; /* 實景街圖,實景街圖Real Street View 廠商,街道網店商城Company , 商品,廠商/網店Product 雲名片,雲名片Ecard */ if($search2=="實景街圖"){ $updateGoTo='http://www.skybnimap.com/searchcompany.html?se='.$menu2; echo "<script>location.href='".$updateGoTo."';</script>"; exit; }else if($search2=="街道網店商城"){ $GLOBALS["GLOB"]=1; // SET 全域變數 include "search_street.php" ; }else if($search2=="廠商"){ include "search_shop.php" ; }else if($search2=="商品"){ include "search_products.php" ; }else if($search2=="雲名片"){ include "search_ecard.php" ; } ?>
保存
取消
返回文件列表