Hello,
I am working on this page:
products new
This products have a category id in the database. My question
is, how do I tell the webpage to retrieve only the products from
the category id = "101" and so on. How can I pass that information
so the page knows which products to put in the dynamic table?
In the old products.asp page this worked with this string in
the url box:
http://www.chloecloset.com/products.asp?cat=98
the fields that my recordset have are:
pDescription, pID, pImage, pSection
I think pSection is equal to cat number
Please advice, I am attaching my code
Thanks