Shop for Black Lace Bras, Black Lace Briefs and Black Lace Knickers at UnderwearBrands.co.uk.
Shop for
require('./wp-config.php');
$query = "SELECT * FROM wp_db WHERE (aff <> ‘DGU’) AND ((name LIKE ‘%Black%’) AND (name LIKE ‘%Lace%’)) ORDER BY ABS(price) ASC”;
$num = 0;
$result = mysql_query($query);
$numrows = mysql_num_rows($result);
if ($numrows == 0) {
echo “Sorry, no products matched your criteria.”;
}
if ($result) {
while ($array = mysql_fetch_assoc($result)) {
if ($num <= 3) {
?>
” title=”Shop for ” rel=”nofollow,noindex”>” alt=”” style=”width:100px;height:100px” />
” title=”Shop for ” rel=”nofollow,noindex”>
” title=”Shop for ” rel=”nofollow,noindex”>£
$num = $num + 1;
} else {
$num = 0;
?>
}
}
?>
} else {
echo "Sorry, no products matched your criteria.";
}
?>

