Hi all

I dont know that much about perl (newbie) but are they pulling the info from
a cookie (for later display)?? Could this be done?

Thanks
KJ

-----Original Message-----
From: Mariusz [mailto:mkubis22@;hotmail.com]
Sent: Monday, November 11, 2002 8:47 PM
To: perl
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


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

Reply via email to