Displaying 1 result from an estimated 1 matches for "genre_stories".
2006 Apr 23
1
checkboxes for filtered search
...and
have the content on the right be filtered based on the checkbox
ticked. If a user clicks on more than one checkbox than only those
stories are shown.
So for example the tables are like this :
*Stories*
id
title
genre_id
------------------
*Genre*
id
description
-------------------
*genre_stories*
stories_id
genre_id
How do I achieve this? I also want the checkboxes checked after the
page is refreshed to show the user the current filter applied.
Thanks,
Rob