require("incl/dbcon-antivirus.php");
// *****************alphabet**************************
@ $fop=fopen("incl/alphabet.txt","r");//open date file
if (!$fop)
{echo "Error: please reload / refresh page";
exit;}
$alp='';
$list='
';
while($letter=fgets($fop,100))
{
$letter=strtolower($letter);
$letter=trim($letter);
$query1="SELECT distinct vendName, vendorLink from antivirus WHERE vendName like '$letter%' order by vendName ";
$result1=mysqli_query($db, $query1) or die(mysqli_error());
$nrows1=mysqli_num_rows($result1);
if($nrows1!=0)
{
$letter=ucfirst($letter);
$alp=$alp.' '.$letter.'';
$list=$list.'
'.$letter.'
';
for ($y=0;$y<$nrows1; $y++)
{
$row=mysqli_fetch_array($result1);
$pname=stripslashes($row["vendName"]);
$pname=ucfirst($pname);
$plink=stripslashes($row["vendorLink"]);
$list=$list.''.$pname.'
';
}
$list=$list.'..........
Top
';
}
}
fclose($fop);//fclose
?>
Antivirus, Anti-Spyware, Anti-Malware discounts and promotions.
 |
|
Antivirus, Anti-Spyware, Anti-Malware publishers |
|
Pay less for Antivirus, Anti-Spyware, Anti-Malware with discount codes, coupons, rebates and promotions |
=$alp?> |
=$list?> |
|
require("incl/nav-atv-main.php");
?>
|
|
|
|
require("incl/bot.php");
?>