/ Published in: PHP
Expand |
Embed | Plain Text
if($_SERVER["HTTP_X_REQUESTED_WITH"] == 'XMLHttpRequest') { // Called from XMLHttpRequest }
You need to login to post a comment.
StephFR on 08/17/10
3 people have marked this snippet as a favorite
if($_SERVER["HTTP_X_REQUESTED_WITH"] == 'XMLHttpRequest') { // Called from XMLHttpRequest }
You need to login to post a comment.