Returning JSON from a PHP Script
I want to return JSON from a PHP script.
Do I just echo the result? Do I have to set the Content-Type
header?
I want to return JSON from a PHP script.
Do I just echo the result? Do I have to set the Content-Type
header?