Hi, i have a table with a list of items, each of which has certain values.

I want to have a set of checkboxes for the values and another for the items, so the items can be filtered by selecting different values.

My question is: will this be better done in jscript? if not, could someone please give me hints on how i could go about doing this in PHP?

i'm thinking populating the value="" of each input with a SELECT item WHERE value='$value' (????) The items have already been retrieved as checkboxes from the table.

But even if what im thinking is not that whacky, how do you connect the checkboxes so that items can be filtered by selecting different values?

Thanks in advance.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.