I think this is not correct: ``` http_client_query("http://tutpro.com/index.php", "{ "alert": "Alert text goes here" }", "Content-Type: application/json","$var(result)"); ```
It should be:
``` http_client_query("http://tutpro.com/index.php%22,%27%7B "alert": "Alert text goes here" }', "Content-Type: application/json","$var(result)"); ```
Please try. If it does not work, please provide the output with debug enabled