首頁 > 後端開發 > php教程 > PHP模糊查询把搜索的关键词传递到url上的原理是怎样的?

PHP模糊查询把搜索的关键词传递到url上的原理是怎样的?

WBOY
發布: 2016-07-06 13:52:04
原創
1038 人瀏覽過

<code><form method="post" action="<%7Burl%20c='main'%20a='search'%7D>">
    <input type="text" name="kw" class="search_text fl" placeholder="">
    <input type="submit" class="search_btn fr" value="搜 索">
</form></code>
登入後複製
登入後複製

现在模糊查询后是这样localhost/main/search.html
想要实现这种效果localhost/main/search.html?kw="关键词"
kw这个值传到url的原理是怎样的

回复内容:

<code><form method="post" action="<%7Burl%20c='main'%20a='search'%7D>">
    <input type="text" name="kw" class="search_text fl" placeholder="">
    <input type="submit" class="search_btn fr" value="搜 索">
</form></code>
登入後複製
登入後複製

现在模糊查询后是这样localhost/main/search.html
想要实现这种效果localhost/main/search.html?kw="关键词"
kw这个值传到url的原理是怎样的

你把表单方法改成get,就有你要的效果了

相關標籤:
php
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板