CTB Bathrooms Link Partners
$value)
{
$value = urlencode(stripslashes($value));
$sQuery .= "&$key=$value";
}
$ch = curl_init ($sMainURL . "/links/engine.php?".$sQuery);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
if(curl_error($ch))
echo "Error processing request";
curl_close ($ch);
?>