Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [jean] How include data from another table?

Quote Reply
Re: [jean] How include data from another table? In reply to
The above code gave this result where the search-results should be displayed:

include_books => sub { my $tags = shift; $tags->{home}->{cgi}->{db} = 'bokkilden_svanger'; $tags->{home}->{cgi}->{do} = 'search_results'; $tags->{home}->{cgi}->{details} = '0'; $tags->{home}->{cgi}->{category} = 'barnets navn'; my $results = $tags->{home}->search_results; return $tags->{home}->print('search_results.html',$results); }

I did exactly as you wrote. What is wrong?
..........................
Kjetil Palmquist
www.svanger.com

Last edited by:

kjetilpa: Mar 12, 2002, 12:17 PM
Subject Author Views Date
Thread How include data from another table? kjetilpa 4021 Mar 11, 2002, 8:45 AM
Thread Re: [kjetilpa] How include data from another table?
jean 3887 Mar 12, 2002, 10:09 AM
Thread Re: [jean] How include data from another table?
kjetilpa 3887 Mar 12, 2002, 12:16 PM
Thread Re: [kjetilpa] How include data from another table?
jean 3889 Mar 12, 2002, 12:40 PM
Thread Re: [jean] How include data from another table?
kjetilpa 3848 Mar 14, 2002, 11:58 AM
Post Re: [kjetilpa] How include data from another table?
jean 3837 Mar 14, 2002, 12:11 PM