|
Useful links
Link to echo $_SERVER['SERVER_NAME'];?>
We invite other web sites to exchange link with us. Subject to our terms and conditions (we choose to avoid links from illegal or obscene web sites), you may link to any of our pages.
You can backlink to us via a text link or via a graphic links. You can copy our code and paste into your html. You may also customise the code to point to a specific page in this site, as long as your link text adequately describes the content, to be helpful to web users.
Bayswater
|
echo $categoryWithSpaces ?>
|
$sql = "SELECT title,description,linkUrl FROM link JOIN link_website on link.linkId = link_website.linkId
JOIN website ON link_website.websiteId = website.websiteId JOIN link_category as lc ON lc.linkId = link.linkId
JOIN category ON category.categoryId = lc.categoryId WHERE
webUrl = '$_SERVER[SERVER_NAME]' AND category = '$category' AND lc.linkCampaignId = website.linkCampaignId ORDER BY RAND()";
$result = mysql_query($sql) or die (mysql_error()." Query: $sql");
$i=0;
while ($row = mysql_fetch_array($result))
{
$i++;
if($i%2)
$linkClass = "linksBright";
else
$linkClass = "linksDark";
?>
|
»
|
echo $row['title']?>
echo $row['description'] ?>
|
}
?>
|