I\'ve got a php script which generates HTML content. Is there a way to send back that HTML content through JSON to my webpage from the php script?
You can send it as a String, why not. But you are probably missusing JSON here a bit since as far as I understand the point is to send just the data needed and wrap them into HTML on the client.