I'm using the file_get_contents
command because I want to get information from a website and paste that information into my page.
Can anyone help me implement the code so I can get this information?
// Endereço do site
$url = 'https://api.micetigri.fr/player/Leow%239880';
// Pegando dados do Site e colocando em uma String
$dadosSite = file_get_contents($url);
// Exibindo o retorno
echo $dadosSite;
Well, it does not matter how I can get the information I want below:
I just wanted to reproduce this result on my site.