[FX.php List] PHP error help

Bob Patin bob at patin.com
Fri Jun 27 15:56:01 MDT 2008


Here's your error: you have username and password backwards:

> $suerveyijn->SetDBPassword('webuser','webpass');

should be

$suerveyijn->SetDBPassword('webpass','webuser');

Bob Patin
Longterm Solutions
bob at longtermsolutions.com
615-333-6858
http://www.longtermsolutions.com
FileMaker 9 Certified Developer
Member of FileMaker Business Alliance and FileMaker TechNet

   INSTANT MESSAGING:
      AIM or iChat: longterm1954

--------------------------
Contact us for FileMaker hosting and programming for all versions of  
FileMaker
PHP • Full email services • Free DNS hosting • Colocation • Consulting


On Jun 27, 2008, at 3:42 PM, CSInfo wrote:

> $groupSize='50';
> $suerveyijn=new FX('120.70.10.14','80','FMPro9');
> $suerveyijn->SetDBData('RAMNet_Surveys.fp7','web_in',$groupSize);
> $suerveyijn->SetDBPassword('webuser','webpass');
> $suerveyijn->AddDBParam('Name',$Name);
> $suerveyijn->AddDBParam('Location',$Location);
> $suerveyijn->AddDBParam('A1',$A1);
> $suerveyijnResult=$suerveyijn->FMNew();
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080627/e14800a2/attachment.html


More information about the FX.php_List mailing list