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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] Understanding Subs: Edit Log

Here is the list of edits for this post
Re: [Andy] Understanding Subs
Cheers Andy

Thays what I try to do, bodge existing code to learn. I did try what you suggested but I get an error

Detail Page Title (active link)
Unknown Tag: 'Description'
...Read More (active link)

Is is a big job to explain how the output is generated

$output .= Links::SiteHTML::display('link', $link);

Can I do something the following

$output .= ''
while (my $hit = $sth->fetchrow_hashref) {
$output.= "<a href=\"/" $url "/\">" $name "</a><br />\n";
$i++;
}

Regards

Last edited by:

ukseo: Oct 26, 2004, 7:47 AM

Edit Log: