Hi, you can have php code
<?php echo $_SERVER['PHP_SELF'];?>
on your form action to return the results in the same page.
and in the top of your page(the same page with the form), add conditional statements for all/any or search form fields and then query them ..
Show us your code for us to debug it.