I'm creating a very simple PHP file that searches a table in my SQLite database. I want it to filter my table according to 2 parameters, min and max, but I want to be able to specify one parameter, both or even none. How do I translate that into a SQL query?I'm creating a very simple PHP file that search