dedecms 5.7 直连搜索 三个字的时候出错。

WBOY
Release: 2016-06-23 13:56:33
Original
938 people have browsed it

因为程序需要需要直接连接文字搜索。例如三个文字链接搜索出错:
尼古拉
这样在ie6下报错:关键字不能小于2个字节!

如果这样两个文字搜索:
尼古
则不出错。

如果直接在搜索框里搜索无论多少是不报错的。

估计是编码的问题,不知直接在url里怎么转换编码?


回复讨论(解决方案)

urlencode()
q=尼古拉 我记得搜索关键字的name应该是keyword 改成keyword=尼古拉试试

urlencode()
q=尼古拉 我记得搜索关键字的name应该是keyword 改成keyword=尼古拉试试



修改成keword也不行。
这样也不行
尼古拉獒园

修改成keword也不行。
这样也不行
尼古拉獒园





ke yword
urlencode是php函数 你直接写当然没用



修改成keword也不行。
这样也不行
尼古拉獒园





ke yword
urlencode是php函数 你直接写当然没用


 这样在模板里好像也转换不了,直接输出就是



修改成keword也不行。
这样也不行
尼古拉獒园





ke yword
urlencode是php函数 你直接写当然没用

谢谢
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template