[PHP] dynamic query string

2002-03-11 Thread Rodrigo Peres
Hi list, I have my data distribuited across 3 tables, that I'm using left join to retrieve data from them. Now I need to make a search system in this tables and I like, if possible, that someone can send me tips in how is the best way to concatenate the query string in order to do the search.

Re: [PHP] dynamic query string

2002-03-11 Thread Analysis Solutions
and I like, if possible, that someone can send me tips in how is the best way to concatenate the query string in order to do the search. The users will have about 8 types of options to search, age (18 - 25, 25-30..), gender, nationality. My favorite technique is to stick the WHERE's into