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

Products: Gossamer Links: Development, Plugins and Globals: Re: [mkoenig] Get Full_Name: Edit Log

Here is the list of edits for this post
Re: [mkoenig] Get Full_Name
Code:
sub {
my $id = shift;
my $db = $DB->table('Category');
my $clean = $DB->table('Category')->select('Name', { ID => $id })->fetchrow;

my $url = $db->as_url($clean);
return $url;
}

<%global_name($ID)%>

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!

Last edited by:

Andy: Jan 15, 2004, 8:11 AM

Edit Log: