May be this example will help


run index.htm in a cgi anabled directory in a web server



----- Original Message -----
From: "Mariusz" <[EMAIL PROTECTED]>
To: "perl" <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 10:47 AM
Subject: how did they do it?


Could someone go to this page (
http://web.dailycamera.com/class/GENERAL/employment.html
, then click on "Search Classifieds" and tell me how do they accomplish the
following:

They give an option to save ads for later display on one page. I looked up
the source code and noticed that all their checkboxes have the same name
(printad) and the values grow from zero up. That's easy, but how do you
later capture which ad to display? When I tried to "param" the values from
several checkboxes named the same but with different values (0,1,2,...) I
just got zero from "print $checkbox;"

can someone help?
Thanks,

Mariusz

Attachment: a.pl
Description: Perl program

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to