What's the PHP equivalent of ASP.NET ashx handlers ?

Posted by Quandary on Stack Overflow See other posts from Stack Overflow or by Quandary
Published on 2010-05-22T13:00:13Z Indexed on 2010/05/22 13:10 UTC
Read the original article Hit count: 151

Filed under:
|
|
|
|

I need to return a JSON encoded response to a flash http get request.

In ASP.NET, I do this with a ASHX handler. What's the PHP equivalent ? I mean in order that I only get JSON back, and not the <html> etc.

© Stack Overflow or respective owner

Related posts about php

Related posts about ASP.NET