URL to the value of the time, with the Get method, the parameters inside the case of the problem.

Source: Internet
Author: User
Like list.php? Userid=1
I must be $_get["userid" When I value it, and I will not get a value with $_get["userid"). Where can I set it?


Reply to discussion (solution)

Then the parameters of your URL are directly lowercase ... Fear that the user mistakenly enter the size of the force all turned into lowercase

There is no place to set because PHP variables (association keys) are case-sensitive
$A and $a, for example, are two variables.

However, you can use the Array_change_key_case function to change the associative keys of an array to lowercase or uppercase.

$input _array = Array ("First" = 1, "SecOnd" = 4);p rint_r (Array_change_key_case ($input _array, case_lower));
Array (    [first] + 1    [Second] = 4)
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.