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:
>
>
>
>
>
$sum += $real_price;
> while ($sth2->fetch) {
> push @innerrows, { SUBID => $sub_id };
> }
> }
>
> $sth->finish;
> $sth2->finish;
>
>
:
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
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
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
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