ASP.NET ashx işleyicileri PHP eşdeğer nedir?

1 Cevap php

Ben flash http bir json kodlanmış cevap isteği almak dönmek gerekiyor.

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.

1 Cevap

Eğer komut üstüne koymak gerekir:

header('Content-Type: application/json; charset=utf-8');