by nah0y » Tue Feb 24, 2009 11:07 am
Thx for the answer, so here my new question, because i want something "simple" to use and understand;
I perfectly know html/php and i can create an online form that ask "username" and then when i click on "Submit", i go on a php page that give me the rank of this person in my database (same thing to add people).
But is there a way to complete an online from throw an application, for example :
The player enter his username in a EditText, then clicking submit, i take his username in the :
<input type="text" name="pseudo" />
And then simulate a click on my html submit button, and finally grab the information on a result.php page ?
I already read the plusminus tutorial "Getting Data From The Web", so i would be able to get the result.php file but i really don't know how to complete a form via my application.
Thank you so much if someone finds out !