|
well any checkbox. input boxes or dropdowns the actual entry is stored in the photoextras table in the selection field. We can search for that easy through a mysql JOIN statement to that table.
The specific problem with checkboxes and why we have never searched extra fields is because the entry in the selection field for a checkbox is an integer to match up to a value in an array in some other table. There is no real mysql query to my knowledge to search that entry.
|