Sometime on Aug 29, Jeff Pelkey assembled some asciibets to say:

> However, If I pass a CGI param /cgi-bin/foo.cgi?ID=456
> My $ID = $cgi->param('ID');
> $sql = qq/ SELECT * FROM Foo WHERE ID = ? ORDER BY bar /;
> $sth->execute($ID) ...
>
> I even used associate => $cgi, thinking this would pass the CGI params to
> the template.

what does your template look like?  you've either got to have ?ID=456 in
all your urls, or if you have a form, then as a hidden field.

-- 
The first version always gets thrown away.




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to