[FX.php List] Finding records based on an array of IDs

Bob Patin bob at patin.com
Mon Aug 13 10:12:20 MDT 2012


Well there's the thing... I didn't realize the query below would actually get me there!

I'll give that a shot... willing to help me with the mail thing? :)

BP


On Aug 13, 2012, at 11:10 AM, Steve Winter <steve at bluecrocodile.co.nz> wrote:

> 
> In which case won't
> 
> 	$InstanceName = new FX(**server**);
> 	$InstanceName->SetDBData(**file**, **layout**);
> 	$InstanceName->AddDBParam('TourID',  100);
> 	$InstanceName->AddDBParam('TourID', 101);
> 	$InstanceName->AddDBParam('-lop', 'or');
> 	$ReturnedData = $InstanceName->FMFind(); 
> 
> Do what you want…?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120813/dae9519c/attachment-0001.html


More information about the FX.php_List mailing list