[FX.php List] FMNew adds two records?

Jon Montgomery igsmasupport at igsmasouth.org
Fri Jan 18 20:23:09 MST 2008


Dale,
    Here is where I put it, but it did not help.  Still two records with
FireFox.

$newrecord->AddDBParam('extra_perf',$extra_perf);

$newrecord-> FMUseCURL(false);

$newrecordResult=$newrecord->FMNew();

It is not that hard to go and delete those blanks if I have to. I just don't
think I should have to.

Jon


On 1/18/08 9:14 PM, "Dale Bengston" <dbengston at preservationstudio.com>
wrote:

> This would be within your FX query, after you instantiate it and
> before your FMNew() line.
> 
> $InstanceName = new FX($serverIP, $webCompanionPort, $dataSourceType);
> 
> [...] other parameters [...]
> 
> $InstanceName-> FMUseCURL(false);
> $ReturnResult = $InstanceName->FMNew();




More information about the FX.php_List mailing list