code example for detecting AJAX requests in PHP

Source: Internet
Author: User

In most cases, JavaScript-based JS frames, such as jquery, Mootools, prototype, and so on, send an additional Http_x_requested_with header when an AJAX request is issued, as an AJAX request, So you can detect these AJAX requests on the server side, and the detection method in PHP is shown in the following code:

<? PHP if (!emptyempty ($_serverstrtolower($_server[' http_x_requested_with ']) = = ' XMLHttpRequest     {// This is your AJAX request processing logic }else{    / / some logic ...  }?>

It is used when developing AJAX interactive applications.

code example for detecting AJAX requests in PHP

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.