<% 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 = ("cigars.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 : Cigars : All the great Cuban brands like Cohiba, Montecristo and Romeo y Julieta. All our cigars are stored at the correct humidity and temperature in our humidors.

Product Catalogue

Cigars


Today more and more people are enjoying the sensation of smoking fine hand made cigars. We at Bonds of London offer the very best choice of hand made cigars from all parts of the world and we have all the great Cuban brands like Cohiba, Montecristo and Romeo y Julieta. All our cigars are stored at the correct humidity and temperature in our humidors.

<% closedb %>