Gossamer Forum
Quote Reply
Re: [Andy] PPC In reply to
Anyone?

Code:
# ok, everything seems fine here, lets update the database, and also prefix_Users with their new purchase...
$user_links = $DB->table('PPC_Trans'); # first grab a new db handle
$user_links->update ( { Transaction_ID => $txn_id,
isUsed => "1",
PayPal_Email => $payer_email },
{ SetID => $item_number },
{ GT_SQL_SKIP_INDEX => 1 } ) or &error("Error: $GT::SQL::error");

I'm going to try it on another server, in case it is something to do with that...but I can't do that until my new server comes online... Unsure

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread PPC Andy 8742 Sep 18, 2002, 2:43 AM
Thread Re: [Andy] PPC
Andy 8493 Sep 18, 2002, 7:23 AM
Thread Re: [Andy] PPC
Andy 8462 Sep 19, 2002, 12:51 AM
Thread Re: [Andy] PPC
Andy 8465 Sep 19, 2002, 5:27 AM
Thread Re: [Andy] PPC
yogi 8495 Sep 19, 2002, 5:37 AM
Thread Re: [yogi] PPC
Andy 8458 Sep 19, 2002, 5:42 AM
Thread Re: [Andy] PPC
yogi 8438 Sep 19, 2002, 5:52 AM
Thread Re: [yogi] PPC
Andy 8458 Sep 19, 2002, 6:18 AM
Thread Re: [Andy] PPC
Andy 8468 Sep 19, 2002, 8:29 AM
Thread Re: [Andy] PPC
Ian 8426 Sep 19, 2002, 9:59 AM
Thread Re: [Ian] PPC
Andy 8379 Sep 21, 2002, 4:59 AM
Thread Re: [Andy] PPC
pugdog 8346 Sep 21, 2002, 7:45 AM
Thread Re: [pugdog] PPC
Andy 8396 Sep 21, 2002, 8:38 AM
Post Re: [Andy] PPC
pugdog 8332 Sep 21, 2002, 1:51 PM
Thread Re: [Andy] PPC
Paul 8354 Sep 21, 2002, 1:57 PM
Thread Re: [Paul] PPC
Andy 8354 Sep 22, 2002, 3:36 AM
Thread Re: [Andy] PPC
Paul 8289 Sep 22, 2002, 3:52 AM
Thread Re: [Paul] PPC
Andy 8304 Sep 22, 2002, 10:18 AM
Thread Re: [Andy] PPC
Andy 8279 Sep 23, 2002, 2:49 AM
Post Re: [Andy] PPC
Andy 8248 Sep 24, 2002, 7:01 AM