> 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 _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
