<% OpenDB() rsfound = false cat = request("cat") if not isnumeric(cat) then response.End() end if sid = request("sid") if sid <> "" then if not isnumeric(sid) then response.End() end if end if cid = request("cid") if cid <> "" then if not isnumeric(cid) then response.End() end if end if pid = ("shaving.asp") If cat <> "" Then If sid <>"" then sql = "select products.*,categories.* from (products Inner join categories ON products.cid=categories.catid) where cid = "&cat&" AND subcatid = "&sid&" order by productid desc" Else sql = "select products.*,categories.* from (products Inner join categories ON products.cid=categories.catid) where cid = "&cat&" order by productid desc" End If rs.Open sql,conn,1,3 If not rs.eof then categoryname = rs("categoryname") End If End If %> Bonds of London : Product Catalogue : Mens Shaving

Product Catalogue

Mens Shaving


Everyday in a man's life he does this, what? Shaving, turn it into a pure pleasure and use one of Merkur's safety razors or Dovo's steel straight razors and a nice pure badger hair shaving brush. We carry an excellent selection of razors from Merkur and from Dovo of Germany. Our shaving brushes are made for us by Progress Shaving Brush (Vulfix) Limited based in the Isle of Man and have been manufacturing brushes for over 60 years. The shaving brushes come with the Bonds logo in various shapes, sizes and filling materials (pure bristle, bristle and badger mixture, pure badger or super badger).

<% closedb %>