this is what i'm trying to chieve:
================================
if the form was submitted...
select * from table where val1=x and val2=somethingelse....
else
select * from table
================================
my submit button is:
<input type="submit" name="SubmitFilters" value="Search" />
when i press it does a value get flagged? so i could do
if($submit) ...
of do i have to assign the press event to a variable somehow
thanks for ay help!
jg