Skip to content

Instantly share code, notes, and snippets.

@adrianotadao
Last active December 11, 2015 17:38
Show Gist options
  • Save adrianotadao/4635404 to your computer and use it in GitHub Desktop.
Save adrianotadao/4635404 to your computer and use it in GitHub Desktop.
<?php
$uid = $_GET['uid'];
$url = "http://connect.clickjogos.uol.com.br/user/eb23c807636afa9d4c05a614023557ef/3007f56e7ec0d9d00167f4cc8f3574ac/" . $uid;
$response = file_get_contents($url);
echo($response);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment