05.08.2011, 13:40
(
Последний раз редактировалось dud; 06.08.2011 в 21:29.
)
Код:
new Testing = 5; new string[128]; format(string, sizeof(string), "test=%i", Testing); HTTP(playerid, HTTP_POST, "localhost/test/test.php", string, "MyHttpResponse");
but when i put it on host it not posting data to php file WHY