Well, there are probably better methods for doing what I want, but this is what I want:
If I am building a search enging, and in the form page, it is possible to select (dropdown) whick categories you want to search.. and the one which is default selected is "all categories".. when it is submitted, I "need??" a check to see if the CatID exists, so that I know if I should have "and CatID = $pCatID".. in my query..
Have you got a good solution for me?? In cfml I can use as many check I want.. the way I tried to explain above..