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

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

WBOY
WBOY原創
2016-07-06 13:52:041005瀏覽

<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,就有你要的效果了

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn