如何从html表单编码获取参数?

时间:2017-03-02 12:14:28

标签: php html forms encode urlencode

我有一个这样的表格:

<form action="/web/" method="get">
<input type="search" name="keyword_search_query">
<input type="submit" value="Search…">
</form>

这是我网站的搜索表单。

将这些数据编码到搜索查询中以避免意外行为的正确/常用方法是什么?

例如,在其中一个输入中使用&将切断搜索查询。我该如何逃脱这些角色?

P.S。谷歌是如何做到的?

1 个答案:

答案 0 :(得分:0)

用户encodeURI(data);进行编码