2 Star 1 Fork 2

徐子玉/品贷网

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
search_head.php 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐子玉 提交于 2017-07-05 11:21 . + pdw
<?php
$city = isset($_GET["city"]) ? $_GET["city"] : ""; // cid 45054
if($city == ""){
if(!isset($_SESSION))
{
session_start();
}
$city = isset($_SESSION["city"]) ? $_SESSION["city"] : "上海市";
}
$dist = isset($_GET["dist"]) ? $_GET["dist"] : "";
$town = isset($_GET["town"]) ? $_GET["town"] : "";
$localurl = $_SERVER['PHP_SELF'];
$search_head_html = '';
$filename = "search_head.html";
$file = @fopen($filename,"r");
if ($file) {
$contents = @fread($file, filesize($filename));
$index_head_html = $contents;
$index_head_htmlArr[] = $index_head_html;
fclose($file);
}
$search_head_html = implode('', $index_head_htmlArr);
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuqipeter/pdw.git
git@gitee.com:xuqipeter/pdw.git
xuqipeter
pdw
品贷网
master

搜索帮助