Returning JSON from PHP to JavaScript?

Php has an inbuilt JSON Serialising function.

json_encode

json_encode

Please use that if you can and don’t suffer Not Invented Here syndrome.

Leave a Comment