I\'m using checkboxes to search a mysql database I have created. As the checkboxes all use the same name, when I use $_GET, it only gets the last value in the URL.
Name your checkbox elements "features[]" in html. That way they will be passed as an array.