19.08.2010, 23:20
Hey all
I need some help with the HTTP_POST function. My question is how do I post a variable to it? Like this:
I have tried to put test=Testing and it did not work. I have also tried to do a format and send that but it did not work Anyone knows the problem?
I need some help with the HTTP_POST function. My question is how do I post a variable to it? Like this:
pawn Код:
new Testing = 5;
HTTP(playerid, HTTP_POST, "localhost/test/test.php", "test=WHAT????", "MyHttpResponse");