Encapsulated the getpost Method

Source: Internet
Author: User
I referenced the code of instructor Jin and used the g () method to obtain the variable functiong ($ name, $ defaultValue). {php is case sensitive, change both to lower case $ _ GETarray_change_key_case ($ _ GET, CASE_LOWER); $ namestrtolower ($ name); $ visset ($ _ GET [$ name])? $ _ GET [$

The instructor Jin's code is referenced and the g () method is used to obtain the variable function g ($ name, $ defaultValue = "") {// php is case sensitive, change both to lower case $ _ GET = array_change_key_case ($ _ GET, CASE_LOWER); $ name = strtolower ($ name ); $ v = isset ($ _ GET [$ name])? $ _ GET [$

The instructor Jin's code is referenced and the g () method is used to obtain variables.

Function g ($ name, $ defaultValue = "") {// php case sensitive here, change both to lower case $ _ GET = array_change_key_case ($ _ GET, CASE_LOWER ); $ name = strtolower ($ name); $ v = isset ($ _ GET [$ name])? $ _ GET [$ name]: ""; if ($ v = "") {$ _ POST = array_change_key_case ($ _ POST, CASE_LOWER ); $ v = isset ($ _ POST [$ name])? $ _ POST [$ name]: "";} if ($ v = "") return $ defaultValue; else {// 20141011 jc: js_unescape ($ v) the where (col_subject like '% 100') will change to where (col_subject like' % 100') // $ v = js_unescape ($ v ); $ v = trim ($ v); return $ v ;}}}

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.