[FX.php List] Finding multiple records from multiple values forsame field

Bob Patin bob at patin.com
Mon May 12 08:41:52 MDT 2008


When you say Unix, Windows, or Mac, is that the server, or would that  
pertain to the user? '

Would that same function work for FMFind() as well?

BP



On May 12, 2008, at 9:29 AM, Gjermund Gusland Thorsen wrote:

> Unix
>
> $q->AddDBParam('query', 'TN2891' . "\n" . 'TN3531' . "\n" .  
> 'TN3827' );
> $r = $q->FMNew();
>
> or Windows
>
> $q->AddDBParam('query', 'TN2891' . "\r\n" . 'TN3531' . "\r\n" .  
> 'TN3827' );
> $r = $q->FMNew();
>
> or MacOS Classic
>
> $q->AddDBParam('query', 'TN2891' . "\r" . 'TN3531' . "\r" .  
> 'TN3827' );
> $r = $q->FMNew();



More information about the FX.php_List mailing list