Reciprocal Links Program
What is reciprocal links? Google Search Engine Ranking is all about the linking from external pages to your site these days. It's important to find relevant sites to exchange links with. If you would like to exchange links with us and your site is relevant to the services we provide, click for more details about how to do the link exchange, Its a free service.
|
include("../database/config.php");
$res=mysql_query("SELECT DISTINCT cat_id FROM linkbuilding WHERE site_id='1' AND status='3' OR status='4' ") or die(mysql_error());
while($row=mysql_fetch_array($res)){
//$sql="SELECT * FROM link_category a, link_sites b WHERE b.site_url = 'http://www.actmedia.net' AND b.site_id = a.site_id";
$sql="SELECT * FROM link_category WHERE cat_id = $row[cat_id]";
$chec=mysql_query("SELECT * FROM linkbuilding Where cat_id ='$row[cat_id]' AND site_id='1' AND status!='5' AND (status='4' OR status='3') order by company");
$count=mysql_num_rows($chec);
$result=mysql_query($sql) or die(mysql_error().$sql);
$resr=mysql_fetch_array($result);
$cnme=str_replace("&", "&", $resr[categoryname]);
?>
=$cnme?>(=$count?>)
|
} ?>
|  |
|
|