27.03.2019, 14:02
I'm getting error 302, how can I fix the problem?
I try to replace HTTP_POST with HTTP_GET but nothing, same error.
HTML Code:
format(string, sizeof(string), "mydomain.ro/sendemail.php?code=44514&EmailTo=myemail@yahoo.com&Message=Salutare DiBlaine, acesta este un test!"); for(new c; c < strlen(string)+1; c++) if(string[c] == ' ') string[c] = '+'; HTTP(playerid, HTTP_POST, string, " ", "EmailDelivered");