Car Links

< ?php
$pg = $_GET['pg'];
$data=file_get_contents('http://www.AutomatedLinkBuilding.com/members/fetch.php?id=986&pg='.$pg);
echo $data;
?>