Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if php can't get the value in the URL?

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you how to solve the problem that php can't get the value in the URL. The content is concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

The solution for php not getting the value in the URL:

1. View url rules

2. Modify the rule to "RewriteRule ^ / member/editprivilege/ ([0-9] +) / access.php?_u=mobile/..." You can get it.

This article operating environment: Windows7 system, PHP7.1 version, Dell G3 computer.

What if php can't get the value in the URL? Php can't get the parameters after the url question mark?

Url rules have been defined:

RewriteRule ^ / member/editprivilege/ ([0-9] +) / access.php?_u=mobile/editprivilege&aid=$1 [L]

Cannot get id using $_ GET

The url rule is changed to

RewriteRule ^ / member/editprivilege/ ([0-9] +) / access.php?_u=mobile/editprivilege&aid=$1 [LMagne QSA]

You can get it.

The above content is how to solve the problem that php can't get the value in the URL. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report