[FX.php List] FINDALL failure
Tim 'Webko' Booth
tim at nicheit.com.au
Mon Feb 25 19:16:00 MST 2008
On 26/02/2008, at 1:00 PM, Bob Patin wrote:
> Same thing... I tried everything that I could think of.
>
> Here's the entire script I'm using right now on a simple test page:
>
> <?php
>
> include_once('FX/FX.php');
> include_once('FX/server_data.php');
>
> //RETRIEVE THE DEALER TOTALS
> $dealer=new FX($serverIP,$webCompanionPort);
> $dealer->SetDBData($dbname,'users','all');
> $dealer->SetDBPassword($pw,$un);
> $dealer->AddDBParam('c1','1');
> $dealerResult=$dealer->FMFind();
> echo $dealerResult['foundCount'];
>
>
> ?>
My next set of trouble shooting would be:
> $dealer->AddDBParam('c1','1','eq'); //To make it explicit
> $dealer->SetDBData($dbname,'users','1'); //Just to see if it is the
> size of set that is the issue
Cheers
Webko
More information about the FX.php_List
mailing list