new url[64],n[24];GetPlayerName(playerid,n,24);format(url,64,"website.com/hello.php?=%s",n);HTTP(playerid, HTTP_GET, url, "", "MyHttpResponse");