I have this page that is on a server where I do not have access. link Open it in the browser and see that your jquery generates a number.
I'm trying to get the number it generates but when I use this function:
$page = file_get_contents('http://genuncoin.com/crypto/');
$page
returns the html of it without the number only the javas scripts and html of the screen.
would anyone know how to get the value that is generated by javascript ??