|
|
tableOpen();
include('inc/front-page-top-message.php');
?>
Welcome to RB Models, Ireland's premier on-line model shop, we
currently stock over 600 individual models. Theses range from model cars, diecast models for cars aircraft trains motorsport etc, plastic kits for airplanes and remote control trains from manufacteurs like corgi, maisto, bburago, revell, airfix, tamiyo.
You can purchase any
of these directly from our on-line shop. Please select a category from
the side menu, or find out more about RB Models by clicking any of the
links above. Special Offers:
// Adding Special Offers Section
$CatHead=mysql("$DBName","SELECT CatHead FROM Category WHERE CategoryID='$CA'");
while ($row = mysql_fetch_row($CatHead)) {
$CTHead=$row[0];
$CTHead=ereg_replace("`","'","$CTHead");
echo"$CTHead";
}
tableOpen();
$result=mysql("$DBName","SELECT * FROM Items WHERE Category='30' ORDER BY ItemName");
echo " ";
$CatFoot=mysql("$DBName","SELECT CatFoot FROM Category WHERE CategoryID='$CA'");
while ($row = mysql_fetch_row($CatFoot)) {
$CTFoot=$row[0];
$CTFoot=ereg_replace("`","'","$CTFoot");
echo"$CTFoot";
}
include('inc/front-page-bottom-message.php');
commonFooter($ECOMGenfont,$ECOMGencolor,$ECOMGensize,$SWeb,$Relative,$UID,$BasketIcon,$CheckOutIcon,$CatalogIcon,$WebAddress);
?>
|