/ Published in: PHP
Expand |
Embed | Plain Text
// If the request did not come from AJAX, exit: if($_SERVER['HTTP_X_REQUESTED_WITH'] !='XMLHttpRequest'){ exit; }
You need to login to post a comment.
sb_01 on 09/19/10
3 people have marked this snippet as a favorite