开发者

Can php URLs have numeric parameters?

开发者 https://www.devze.com 2023-01-21 05:28 出处:网络
Is this valid?: http://www.SomeURL.com/Index.php?123=开发者_C百科xyz Will I be able to access the value \'xyz\' under the key \'123\' the same ways as usual?Yes, it\'s completely possible. It\'s al

Is this valid?:

http://www.SomeURL.com/Index.php?123=开发者_C百科xyz

Will I be able to access the value 'xyz' under the key '123' the same ways as usual?


Yes, it's completely possible. It's also very easy to try by yourself.


Yes you can do this.

$_GET['123']


Yes this is something you can do.

0

精彩评论

暂无评论...
验证码 换一张
取 消