Possible Duplicate:
Correct JSON Content Type?
Hi
If I send some material in an ajax request with json_encode(...), what should I set the "Content-type" with header()? Same as HTML? (Text / HTML)
And does this parameter affect the site in any way?
source
share