[FX.php List] 'eq' isn't working

Alex Gates alex at gandrpublishing.com
Thu Jul 19 16:10:37 MDT 2007


Carl, Bob, Dale, and Andrew -

A million thanks - I had a lot on my mind during my commute home... I 
was very happy to see some suggestions when I arrived home, and even 
happier when I made the change and verified that it now functions correctly.

I'm going to go make that change everywhere I was using 'eq'

Thanks again!

Carl Anderson wrote:
> I've run across the same problem.  What I have found works is:
> 
> $instanceName->AddDBParam($field, "=".$searchTerm, 'eq');
> 
> Note the inclusion of the concatenated equals sign before the search term
> variable. 
> 
> Admittedly I haven't given this a go in some months, but it worked in some
> limited testing.
> 


More information about the FX.php_List mailing list