[nycphp-talk] So who's using Ajax anway?
Jamie Wilkinson
jamie at tramchase.com
Sun Nov 12 20:01:32 EST 2006
> I'm not currently using a server-side php ajax framework. I do the
> following check on incoming requests:
> isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER
> ['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest'
>
Stuff like this is why I love reading this list. I was just making my
Ajax calls add a GET var to turn it into "lo-fi ajax/print mode" --
this is excellent!
-jamie
More information about the talk
mailing list