douhuifen9942 2012-12-29 05:32
浏览 122
已采纳

从查询字符串php中删除加号

When user input space or nothing in the input bar, a plus sign + is still passed to my php backend. I would want to remove all plus signs before and after a word (e.g. return 'school' from '+++school++"). I see php have some nice function like strip_tag, but I am not sure what I should use in this case. Or is there a way to configure it (maybe through javascript?) so that those meaningless space/+ wouldn't even enter into the query string?

  • 写回答

3条回答 默认 最新

  • donglu7816 2012-12-29 05:33
    关注

    You can use:

    $input = trim(urldecode($input));
    

    where $input is one of the post parameters, such as: $input = $_POST["query"]; // if query was the POST parameter.

    Edit: The other advantage of using urldecode is that it takes care of all other non alphanumeric characters that have been encoded.

    From: http://php.net/manual/en/function.urldecode.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 spss统计中二分类变量和有序变量的相关性分析可以用kendall相关分析吗?
  • ¥15 拟通过pc下指令到安卓系统,如果追求响应速度,尽可能无延迟,是不是用安卓模拟器会优于实体的安卓手机?如果是,可以快多少毫秒?
  • ¥20 神经网络Sequential name=sequential, built=False
  • ¥16 Qphython 用xlrd读取excel报错
  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路
  • ¥15 公交车和无人机协同运输