ホームページ >バックエンド開発 >PHPチュートリアル >PHP 値の受け渡しに関する問題

PHP 値の受け渡しに関する問題

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBオリジナル
2016-06-13 12:08:20856ブラウズ

PHP での値の受け渡しの問題

<br />public function index(){<br />       $Dao = M("zhaopin");<br />		// 构造查询条件<br />		$condition['Position'] = $_GET['Position'];<br />		$condition['Recruitment'] = $_GET['Recruitment'];<br />		$condition['Position'] = array('like',"%".$_GET['Position']."%");<br />		$condition['Recruitment'] = array('like',"%".$_GET['Recruitment']."%");<br />		// 计算总数<br />		$count = $Dao->where($condition)->count();<br />		// 导入分页类<br />		import("ORG.Util.Page");<br />		// 实例化分页类<br />		$p = new Page($count,40);<br />		// 获取查询参数<br />		$map['Position'] = $_GET['Position'];<br />		$map['Recruitment'] = $_GET['Recruitment'];<br />		foreach($map as $key=>$val) {<br />			$p->parameter .= "$key=".urlencode($val)."&";<br />		}<br />		// 分页显示输出<br />		$page = $p->show();<br />		// 当前页数据查询<br />		$list = $Dao->where($condition)->order('id DESC')->limit($p->firstRow.','.$p->listRows)->select();<br />	       // 赋值赋值<br />		$this->assign('page', $page);<br />		$this->assign('list', $list);<br />		$this->display();<br />}<br />

<br /><a href="/index.php/Zhaopin/" >全部</a><br /><a href="/index.php/Zhaopin/index?Position=物流专员/助理">物流专员/助理</a><br /><a href="/index.php/Zhaopin/index?Position=物流经理/主管">物流经理/主管</a><br /><a href="/index.php/Zhaopin/index?Position=物流总监">物流总监</a><br /><a href="/index.php/Zhaopin/index?Position=调度员">调度员</a><br /><a href="/index.php/Zhaopin/index?Position=快递员">快递员</a><br /><a href="/index.php/Zhaopin/index?Position=仓库管理员">仓库管理员</a><br /><a href="/index.php/Zhaopin/index?Position=仓库经理/主管">仓库经理/主管 </a><br /><a href="/index.php/Zhaopin/index?Position=装卸/搬运工">装卸/搬运工</a><br /><a href="/index.php/Zhaopin/index?Position=供应链管理">供应链管理</a><br /><a href="/index.php/Zhaopin/index?Position=单证员">单证员 </a><br /><a href="/index.php/Zhaopin/index?Position=国际货运">国际货运</a><br /><a href="/index.php/Zhaopin/index?Position=其它职位">其它职位</a></dd><br /><br /><br /><a href="/index.php/Zhaopin/">全深圳</a> <br /><a href="/index.php/Zhaopin/index?Recruitment=罗湖区">罗湖区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=福田区">福田区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=南山区">南山区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=盐田区">盐田区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=宝安区">宝安区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=龙岗区">龙岗区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=光明新区">光明新区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=坪山新区">坪山新区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=大鹏新区">大鹏新区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=龙华新区">龙华新区</a><br /><a href="/index.php/Zhaopin/index?Recruitment=深圳周边">深圳周<br />


上のいずれかをクリックし、以下の 2 つのいずれかをクリックしてください
私が欲しいのは/indexです。php/Zhaopin/index?Position=その他の職種&Recruitment=平山新区
-----解決策のアイデア-------------- --------
1919a25e711d07bc3df30964fc0dfdf5
---- --ソリューションのアイデア--- ------------------

引用:
引用: 引用:

1919a25e711d07bc3df30964fc0dfdf5

あなたクリックした場合にのみ募集を取得できます この書き方はハードコーディングされているため、

を投稿するか、
を取得するか-----解決策のアイデア--- ---------- --------
これはフロントエンドが URL を構築するときに問題ではないでしょうか?
------解決策のアイデア----------------------
得られるものは 2 倍
あなた あなたIndex.php/Zhaopin/index?Position=Other jobs&Recruitment=Luohu District""
-----解決策のアイデア---- - -----------------
これは、jQuery.address.parameter(key,value) のように jQuery を使用して行うことができ、アドレス バーに表示されます。パラメータと値を結合するのに非常に便利です。 ! !
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。