Re: [htmltmpl] MySQL -> HTML::Template

2003-11-17 Thread Kenneth Gonsalves
On Monday 17 November 2003 23:57, Chris wrote: > Thanks for the link, it helped me very much! > > Now once again im stuck... > > How do I do nested loops?? > > Using the perlmonks example: > > > > > > > > > > If I wanted to do say: > > > > >

RE: [htmltmpl] MySQL -> HTML::Template - WITH source

2003-11-17 Thread Jayson Pifer
    $sum += $real_price; >                                   while ($sth2->fetch) { >                                                    push @innerrows, { SUBID => $sub_id }; >                                   } > } > > $sth->finish; > $sth2->finish; > >

RE: [htmltmpl] MySQL -> HTML::Template - WITH source

2003-11-17 Thread Chris
: HTML::Template : Attempt to set nonexistent parameter 'urlloop' - this parameter name doesn't match any declarations in the template file : (die_on_bad_params => 1) at test.pl line 36 Im really not sure what to do here Thanks! > -Original Message----- > From: [EMA

RE: [htmltmpl] MySQL -> HTML::Template

2003-11-17 Thread Chris
ut this gives you the idea of what iv been trying, each time with failure. Any help is very much appreciated as I am very frustrated :) Thx! -c > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Kenneth Gonsalves > Sent: Sunday, November

Re: [htmltmpl] MySQL -> HTML::Template

2003-11-16 Thread Kenneth Gonsalves
On Sunday 16 November 2003 12:17, Chris wrote: > Hey all, > > Im new to HTML:Template, and it looks pretty nice, but I have not seen > anything related to using MySQL output. Basically all I really want to do > is be able to give my web designers tags like: %%SEARCH_RESULTS%% which > when the

[htmltmpl] MySQL -> HTML::Template

2003-11-15 Thread Chris
Hey all, Im new to HTML:Template, and it looks pretty nice, but I have not seen anything related to using MySQL output. Basically all I really want to do is be able to give my web designers tags like: %%SEARCH_RESULTS%% which when the page is parsed by my cgi using HTML:Template will recie