PHP通过get获取传递url的值有关问题

WBOY
Release: 2016-06-13 13:21:04
Original
994 people have browsed it

PHP通过get获取传递url的值问题
PHP通过get获取传递url的值时候,当传递值的值为 3333/455的时候$_GET 获取的值为3333. /和后面的值怎么获取不到哦

------解决方案--------------------
__URL__是啥玩意。

这是pathinfo格式吧,333/444这样的ID中/当然会影响框架解析了,我擦。

建议你把id用encodeURIComponent这个函数编码一下再+上去,php端就可以得到了。
------解决方案--------------------

探讨

__URL__是啥玩意。

这是pathinfo格式吧,333/444这样的ID中/当然会影响框架解析了,我擦。

建议你把id用encodeURIComponent这个函数编码一下再+上去,php端就可以得到了。

------解决方案--------------------
把ID处理下再传吧,用什么代替下/,接收到之后再替代回来....
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