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

Re: [sahertianr] Translate sql-query into links2 global

Quote Reply
Re: [sahertianr] Translate sql-query into links2 global In reply to
Glad to hear its working. It was only an example though Wink

Try something like;

Code:
my $back;
while (my $hit = $sth->fetchrow_hashref) {
$back .= "Title: " . $hit->{Title} . "<BR>";
}

return $back;

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 Translate sql-query into links2 global rsahertian 3050 Oct 7, 2004, 5:34 AM
Thread Re: [rsahertian] Translate sql-query into links2 global
Andy 3007 Oct 7, 2004, 6:14 AM
Thread Re: [Andy] Translate sql-query into links2 global
rsahertian 2996 Oct 7, 2004, 7:01 AM
Thread Re: [rsahertian] Translate sql-query into links2 global
sahertianr 3008 Oct 7, 2004, 11:53 PM
Thread Re: [sahertianr] Translate sql-query into links2 global
Andy 2983 Oct 8, 2004, 12:12 AM
Post Re: [Andy] Translate sql-query into links2 global
sahertianr 2972 Oct 8, 2004, 12:20 AM