Hi,
my game would need to submit a variable (game score) to an external PHP Script, which then displays the Game Score.
The external Script needs to get the data via the $_POST method.
I can not figure out how to send data via POST. It works fine with GET, but I want to avoid sending my data openly appended to an URL.
Is there a way to send data from C2 using POST?
Thank you for your help,
Boris