if i have a form that allows users to select critera to search against... age, sex, location etc etc
is it possible to make it so that my query will ignore a field left blank?
a wildcard for example, or do i have to write multiple if else statements to amke my sql querey suit the situation?