Possible Duplicate:
Detect Ajax calling URL
is it possible to understand if a request is sent using ajax(xhr) from a server side language like php? I should know if the request is sent from a "normal page" or from an ajax call... is it possible without passing arguments(querysring) to the .php page?