php resolves blank page issues where parameters are incorrectly entered in the Address bar

Source: Internet
Author: User
Tags php source code blank page
Title. Let's say there's this URL http://localhost:8080/test.php?id=12&tie=23
I changed the following two parameters in the address bar, into a large number of such as 100000, the result is that there is no data output in the page, or to change the parameters to letters or Chinese characters, there is no data output, how to set the wrong link to jump to my specified error interface, and no longer display blank page!


Reply to discussion (solution)

Directly in test.php
Add judgment on the page.

if ($_get[' a parameter '] = = * Illegal */) {die    (');}

if ($_get[' a parameter '] = = ' illegal ') {die    (');}


Header (' location:http://www.baidu.com/');
Exit

So if you can not modify the PHP source code (be encrypted), can be used rewrite pseudo-static way to solve the problem?

  • Related Article

    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.