To make this short, I will show what I need exactly.
Here is the site, it shows some info about game stats once entered username and region.
http://riot.control-c.ir/
http://riot.control-c.ir/Summoner/EUW/26233693
How can I make remote submitting these forms to parse pages for different users?
THis can be done by copying the same http request that the remote form makes when it submits.
See the following form,
When this form is submitted there is an http request sent to
submit.phpon the remote host with post method. and in the body these fields reside.The http request looks like
All you have to do is mimic this request.
Curl is a popular library for this task.