[FX.php List] How do I specify an "Exactly Equal To" search?
Beverly Voth
beverlyvoth at gmail.com
Mon Nov 14 09:08:37 MST 2011
Check your PHP manual for comparison operators. "==" is equal, but "===" is identical. sometimes you need to be identical, not merely equal. :)
-- sent from my iPhone4 --
Beverly Voth
--
On Nov 14, 2011, at 11:04 AM, Jon Montgomery <fxphp at igsmasouth.org> wrote:
> Malcolm,
>
> I think it is the same way:
>
> $found_records_findCriterions = array('_kf_school_id'=>'=='.fmsEscape($_SESSION['_kf_school_id']),);
>
> Jon Montgomery
>
>
> On Nov 10, 2011, at 7:39 PM, Malcolm Fitzgerald wrote:
>
>> In filemaker we can use "==" to say search for values which are exactly equal to X. How can we do this with fx.php?
>>
>> Malcolm_______________________________________________
>> 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