您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

遇见一个GET参数有关问题!在先等到100分!

2024/3/31 10:00:38发布11次查看
遇见一个get参数问题!请求帮助,急急在先等到100分!!!
地址:
region.php?act=modify&province=北京&city=海淀
会出现:
internal ? server ? error
the ? server ? encountered ? an ? internal ? error ? or ? misconfiguration ? and ? was ? unable ? to ? complete ? your ? request.
please ? contact ? the ? server ? administrator, ? lihuijun8193@163.com ? and ? inform ? them ? of ? the ? time ? the ? error ? occurred, ? and ? anything ? you ? might ? have ? done ? that ? may ? have ? caused ? the ? error.
more ? information ? about ? this ? error ? may ? be ? available ? in ? the ? server ? error ? log.
--------------------------------------------
apache/2.0.52 ? (win32) ? server ? at ? lll ? port ? 80
将:region.php?act=modify&province=北京&city=海淀改成:
region.php?act=modify&province=lsdk&city=lul
访问就没有任何问题.
为什么服务器不能接受 中文的参数 ;
请求帮助.在线等待:
php5.0+apache ? 2+xp ? 本地测试服务器.
------解决方案--------------------
用url编码
------解决方案--------------------
urlencode你的中文传值
------解决方案--------------------
urlencode
------解决方案--------------------
urlencode
------解决方案--------------------
解决了,接分了
------解决方案--------------------
urlencode,随便哪一种code都成:),接分
------解决方案--------------------
可以直接传递
但不兼容firefox
------解决方案--------------------
做链接时: ? 'region.php?act=modify&province= '.urlencode( '北京 '). '&city= '.urlencode( '海淀 ');
接收参数时: ? $province ? = ? urldecode($_get[ 'province ']);
? ? ? ? ? ? ? ? ? ? ? ? $city ? = ? urldecode($_get[ 'city ']);
------解决方案--------------------
region.php?act=modify&province=北京&city=海淀
你是说直接在浏览器地址栏上输入中文?
首先,你的页面采用的什么编码类型?如果是gbk,gb2312,不存在这个问题,如果统一都是utf-8,那要转下编码.
由于在客户端浏览器输入的文字,编码都是操作系统默认的,一般来说中文xp采用的是gbk,所以你在页面上get到后,会与你的utf-8编码不统一,get下来后是乱码.
解决办法:
$province ? = ? iconv( ' ', 'utf-8 ',$_get[ 'province ']);
$city ? = ? iconv( ' ', 'utf-8 ',$_get[ 'city ']);
要保证你的服务器支持iconv函数,否则请用其他方法转码.
我的异常网推荐解决方案:the server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product