06.08.2011, 09:06
try replacing this:
into this:
Maybe it works because Online hostings use ... to define server directory
PHP код:
HTTP(playerid, HTTP_POST, "localhost/test/test.php", string, "MyHttpResponse");
PHP код:
HTTP(playerid, HTTP_POST, ".../test/test.php", string, "MyHttpResponse");