[FX.php List] Setting a global...

Troy Meyers tcmeyers at troymeyers.com
Mon Apr 15 15:23:08 MDT 2013


Bob,

I have a feeling I use old-style too. Here's an actual snippet of how I've used it in a PayPal IPN handler, omitting all the normal stuff which leads up to it:

// Post-command script
$ppw_add->PerformFMScript('IPN post-command');
$ppw_add->AddDBParam('-script.param', $_POST['txn_id']);   // Just pass the transaction ID

// Make the record
$ppw_result = $ppw_add->FMNew(); 

-Troy



> That would; I looked for it in the docs but couldn't find it...
> 
> What's that command? I use the old-style FX, never got around to
> learning the new syntax.
> 
> BP



More information about the FX.php_List mailing list