All these two
>AddPostContent("name", name);
>AddPostContent("points", p);
And the next was wrong (One parameter instead of two) but if I put two parameters
>SendWebPostMethod("http://pexta.altervista.org/score.php","?random=3");
there is still the const string problem ;__;
>AddPostContent("name", name);
>AddPostContent("points", p);
And the next was wrong (One parameter instead of two) but if I put two parameters
>SendWebPostMethod("http://pexta.altervista.org/score.php","?random=3");
there is still the const string problem ;__;