Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] PPC: Edit Log

Here is the list of edits for this post
Re: [Andy] PPC
Forget all those variations like \'1' and \"1", you don't need them. The following should work fine:

Code:
$user_links->update ( { Transaction_ID => $txn_id, PayPal_Email => $payer_email, Used => 1 }, { SetID => $item_number } )

If not then there is no such row to update.

What is in $item_number?

Last edited by:

Paul: Sep 22, 2002, 3:53 AM

Edit Log: