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

Carl Anderson Carl.Anderson at asu.edu
Thu Jul 19 15:50:29 MDT 2007


Indeed...as I mentioned, it was pretty limited testing on this end.  We've
never had a whole lot of need of it.

-- 
Carl Anderson 
Technical Support Analyst
Distance Learning 
Herberger College of the Arts
Arizona State University
http://herbergeronline.asu.edu


> From: Dale Bengston <dbengston at preservationstudio.com>
> Reply-To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Date: Thu, 19 Jul 2007 16:40:13 -0500
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Subject: Re: [FX.php List] 'eq' isn't working
> 
> I second this. Bob's suggested syntax is the only one I can get to
> work reliably.
> 
> Dale
> 
> On Jul 19, 2007, at 4:34 PM, Bob Patin wrote:
> 
>> I've used the one I posted earlier a lot, especially with logins,
>> where username and password need to be exact. I've had trouble with
>> other iterations, but never with this one:
>> 
>> $instanceName->AddDBParam($field, "==".$searchTerm);
>> 
>> Bob Patin
>> Longterm Solutions
>> bob at longtermsolutions.com
>> 615-333-6858
>> http://www.longtermsolutions.com
>> 
>>   CONTACT US VIA INSTANT MESSAGING:
>>      AIM or iChat: longterm1954
>>      Yahoo: longterm_solutions
>>      MSN: tech at longtermsolutions.com
>>      ICQ: 159333060
>> 
>> 
>> 
>> On Jul 19, 2007, at 3:51 PM, 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.
>> 
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list