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