Rileva richiesta AJAX - Trucchi CSS

Anonim

L'intestazione HTTP_X_REQUESTED_WITH viene inviata da tutti i browser recenti che supportano le richieste AJAX.

if ( !empty($_SERVER('HTTP_X_REQUESTED_WITH')) && strtolower($_SERVER('HTTP_X_REQUESTED_WITH')) == 'xmlhttprequest' ) ( # Ex. check the query and serve requested data )