Question
one recordset - dynamic queries
I'm very much a beginner with dynamic web apps, but I've
managed to create a simple catalog. I created a recordset that
selects all of the products and displays them on the page. I'd like
to divide the products into categories by using different query
criteria in my recordset, and I started to do this by creating a
different php files for each page... very tedious and does not seem
very efficient. I figured that there is a much better way to do it
but I really don't know what it is.
click here to see the work in progress
Ideally, I'd like the links in the category menu to somehow modify the recordset and display the new list of products accordingly. I'm sorry if this is already in the archives but I have no clue what to search for.
click here to see the work in progress
Ideally, I'd like the links in the category menu to somehow modify the recordset and display the new list of products accordingly. I'm sorry if this is already in the archives but I have no clue what to search for.