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",'{ "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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.