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

Re: [Westin] Is this possible?

Quote Reply
Re: [Westin] Is this possible? In reply to
Hi,

Is the table in the same DB as your GLinks one? If so, you could try:
Code:
sub {
my $val = $DB->table('Links')->do_query(qq|SELECT price FROM prices WHERE name = "$_[0]"|)->fetchrow;
return $val;
}

..call with:
Code:
<%if cardname1%>
<%get_value_prices($cardname1)%>
<%endif%>

Untested, but that should work.

Cheers

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; hot thread Is this possible? Westin 13560 Apr 19, 2009, 10:16 PM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13388 Apr 20, 2009, 12:35 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13364 Apr 20, 2009, 10:47 PM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13369 Apr 21, 2009, 12:35 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13378 Apr 21, 2009, 12:54 AM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13405 Apr 21, 2009, 1:08 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13396 Apr 21, 2009, 1:17 AM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13356 Apr 21, 2009, 1:19 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13539 Apr 21, 2009, 1:22 AM
Post; hot thread Re: [Westin] Is this possible?
Andy 13371 Apr 21, 2009, 1:23 AM
Thread; hot thread Re: [Westin] Is this possible?
Westin 13348 Apr 21, 2009, 1:26 AM
Post; hot thread Re: [Westin] Is this possible?
Andy 13353 Apr 21, 2009, 1:29 AM
Post; hot thread Re: [Westin] Is this possible?
Andy 13378 Apr 21, 2009, 1:21 AM
Thread; hot thread Re: [Andy] Is this possible?
brewt 13346 Apr 21, 2009, 3:12 AM
Thread; hot thread Re: [brewt] Is this possible?
Westin 13341 Apr 29, 2009, 12:46 AM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13364 Apr 29, 2009, 1:06 AM
Thread; hot thread Re: [Andy] Is this possible?
brewt 13334 Apr 29, 2009, 1:35 AM
Thread; hot thread Re: [brewt] Is this possible?
Westin 13200 May 4, 2009, 9:57 PM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13219 May 5, 2009, 12:26 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13199 May 5, 2009, 5:04 AM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13182 May 5, 2009, 5:14 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13174 May 5, 2009, 5:39 AM
Thread; hot thread Re: [Westin] Is this possible?
Andy 13232 May 5, 2009, 5:44 AM
Thread; hot thread Re: [Andy] Is this possible?
Westin 13159 May 5, 2009, 6:12 AM
Post; hot thread Re: [Westin] Is this possible?
Andy 13173 May 5, 2009, 6:14 AM
Post; hot thread Re: [Andy] Is this possible?
Wychwood 1805 May 5, 2009, 12:18 PM