Scottish Gifts:
Scottish Products Distributors Association

Business Services:
The McAlpine Partnership Graphic Design Services for Print and the Web.
www.mcalpinepartnership.co.uk
AmericanScot.com Professional and Affordable Web Development solutions for Small Businesses, Individuals and Professionals.
www.americanscot.com
Tourism Sites:
Visit Scotland - The Official Web Site for Scottish Tourism.
www.visitscotland.com
Ayrshire & Arran Tourist Board
www.ayrshire-arran.com Argyll, the Isles, Loch Lomond, Stirling and the Trossachs
www.visitscottishheartlands.org Greater Glasgow & Clyde Valley
www.seeglasgow.com Scottish Borders Tourist Board
www.scot-borders.co.uk
Sponsors:
South Ayrshire Council
www.south-ayrshire.gov.uk
Scottish Enterprise Ayrshire
www.scottish-enterprise.com Freeport Scotland
www.freeport-scotland.co.uk Arena Office Equipment
www.arenaoffice.co.uk
Link Partners:
$value) {
$value = urlencode(stripslashes($value));
$QueryString .= "&$key=$value";
}
// congfigure our headers
if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
if(!@readfile("http://www.gotlinks.com/engine.php?".$QueryString)) {
echo "Error processing request";
}
}
elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
if(!($content = @file("http://www.gotlinks.com/engine.php?".$QueryString))) {
echo "Error processing request";
}
else {
echo @join('', $content);
}
}
elseif(function_exists('curl_init')) {
$ch = curl_init ("http://www.gotlinks.com/engine.php?".$QueryString);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
if(curl_error($ch))
echo "Error processing request";
curl_close ($ch);
}
else {
echo "Your web hosting provider has disabled all functions for handling remote pages pages and as a result, the Gotlinks software will not function on your web site.";
}
?>
|