[FX.php List] This is driving me crazy

Dale Bengston dbengston at preservationstudio.com
Fri Feb 8 13:35:08 MST 2008


Hi Bob,

Sounds like FX isn't returning anything for $queryResult, so there's  
no array element called 'errorCode' to display. What happens when you  
turn error reporting on?

Dale

On Feb 8, 2008, at 2:24 PM, Bob Patin wrote:

> What's wrong with this picture? I get no errorCode:
>
> $query=new FX($serverIP,$webCompanionPort, $dataType, $scheme);
> $query->SetDBData($webDB,'web_InternAppl',1);
> $query->SetDBPassword($webPW,$webUN);
> $query->AddDBParam('webUsername',$username);
> $queryResult=$query->FMFind();
> echo 'Error code: '.$queryResult['errorCode'];
> _______________________________________________
> 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