Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] add link to data

Quote Reply
Re: [Andy] add link to data In reply to
I try to use this globule to modify some of the columns of specific ID but it not working… (I think is not the right way:))


sub {

my $id = $_[0];
my $newHits = $_[1];

$DB->table('Links')->update( { Hits => $ newHits } , { ID => $ id } ) or die $GT::SQL::error;

return;
}
Subject Author Views Date
Thread add link to data nir 3548 Nov 4, 2009, 6:12 AM
Thread Re: [nir] add link to data
Andy 3457 Nov 4, 2009, 7:12 AM
Thread Re: [Andy] add link to data
nir 3386 Nov 9, 2009, 2:30 AM
Post Re: [nir] add link to data
nir 3376 Nov 9, 2009, 2:57 AM