in reply to Re: Re: Re: Re: Multiple page listings - previous/next feature
in thread Multiple page listings - previous/next feature

Looking at the code on you scratchpad, doesn't the search routine use a parameter called 'keywords' rather than 'description' ? Here ;
my $val = WebDB::trim (param ("keywords"));
poj

Replies are listed 'Best First'.
Re: Re^5: Multiple page listings - previous/next feature
by b310 (Scribe) on Feb 08, 2003 at 18:09 UTC
    Hi Poj, Thank you!!!! Yes, my param is keywords not description. I feel really silly. Thank you for all your help. Now everything is working.