October 29, 200916 yr Newbies I am trying to perform a find in two field but for some reason it is not working to find both. What I want is to display all the name Maria where the field request has Y. Any help will be appreciated and thank you in advance. $search->AddDBParam('request','Y'); $search->AddDBParam('name','Maria');
February 1, 201015 yr Are you setting -lop to 'and'. This should be default, but I never "trust" default these days... :
Create an account or sign in to comment