Ameri-Camp is a recreational vehicle manufacturing company in Indiana. We create superior luxury 5th Wheel & Travel Trailer RV’s for sale with high quality accessories & innovative floor plans. You can also visit other Motorsports sites that are listed here for your reference. We have provided this references page for your convenience and information only. We are not responsible for advice or services offered on other websites. If your website is related and you would like to add it to our reference page then Add Your Site Here
$REQUEST_URI=trim($_SERVER['REQUEST_URI']);
if ((ereg("/",$REQUEST_URI)))
{
$REQUEST_URI1=split("/",$REQUEST_URI);
$REQUEST_URI2=$REQUEST_URI1[count($REQUEST_URI1)-1];
}
else
{
$REQUEST_URI2=trim($REQUEST_URI);
}
$filename="http://webprogramming.in/linkmanager/display.asp?site=http://www.ameri-camp.com&pagename=" . $_SERVER['REQUEST_URI'] . "";
$file = fopen ("$filename","r"); //open the file in read mode
if (!$file)
{
echo "
Unable to open remote file.\n";
exit;
}
echo "
";
while (!feof ($file))
{
$line = fgets ($file, 1024); //gets the content of the file in variable
print $line; //displays the content of txt file
}
echo "