DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Test If Called From XMLHttpRequest
if($_SERVER["HTTP_X_REQUESTED_WITH"] == 'XMLHttpRequest')
{
// Called from XMLHttpRequest
}






Comments
Snippets Manager replied on Thu, 2007/07/19 - 10:31pm