Hello guys, I have intermediate level PHP and I am currently working on a website.
I need to write a function that will get me some specific information from a website.
I need this function to go write the users name on the search bar over there: http://competitive.eune.leagueoflegends.com/ladders/eune/current/rankedsolo5x5
after it founds which page the user is on I want the information of that user registered on my database.
But I am not sure where to start..
An example would be like
http://competitive.eune.leagueoflegends.com/ladders/eune/current/rankedsolo5x5?summoner_name=&page=4
page 5: rank 121 Sokoren 42 22 1877
I already know the name, I just need the other numerical information and get them into my database. I only want this function to work when a certain nick name is entered.
Any help would be appreciated.