Never been to DZone Snippets before?

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 (See related posts)

if($_SERVER["HTTP_X_REQUESTED_WITH"] == 'XMLHttpRequest')
{
  // Called from XMLHttpRequest
}

Comments on this post

GavinZac posts on Jul 19, 2007 at 22:41
Fantastic if it works!

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts