[FX.php List] Help With Syntax

Troy Meyers tcmeyers at troymeyers.com
Fri Feb 2 15:12:51 MST 2007


Gary,

I don't know if it's fatal, but isn't there supposed to be a semicolon at the end of the echo line?

-Troy


> <?php
> 
> require("FX.php");
> 
> $serverIPAddress = '66.153.148.215';
> 
> $currentDatabase = 'od';
> 
> $InstanceName = new FX($serverIPAddress, "591");
> 
> $InstanceName->SetDBData($currentDatabase, "od");
> 
> $InstanceName->AddDBParam('od', "od", 'eq');
> 
> $ReturnedData = $InstanceName->FMFind();
> 
> echo $ReturnedData
> 
> ?>
> 
> What is wrong here?



More information about the FX.php_List mailing list