G-Strings are a type of Thong underwear which is manufactured using materials such as Leather, Cloth or Plastic. G-Strings are simply a small piece of lingerie that attaches around the hips and between the buttocks to form a minimalistic approach to women’s underwear. G-Strings can be worn as underwear or swimwear / beachwear and are often referred to as Thongs even though there are slight variations.
Shop for
require('./wp-config.php');
$query = "SELECT * FROM wp_db WHERE (aff <> ‘DGU’) AND ((name LIKE ‘%G String%’) OR (name LIKE ‘%G-String%’)) 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.";
}
?>

