[FX.php List] How do I specify an "Exactly Equal To" search?

Jon Montgomery fxphp at igsmasouth.org
Mon Nov 14 09:12:08 MST 2011


Malcolm,

She is referring to this:

http://us2.php.net/manual/en/language.operators.comparison.php

Jon Montgomery

On Nov 14, 2011, at 10:08 AM, Beverly Voth wrote:

> 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
> _______________________________________________
> 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