Thanks for your help, but it's still not working right.
For some reason I can't get it to pass the values in assignedperson[]. I used the following:
use CGI qw/:standard/;
my @array = param('assignedperson');
foreach (@array) {
print $_;
}
Unfortunately there aren't any values passed...
I am setting up a database utility where specific engineers are assigned to various projects. Projects will be added from time to time, so it can't be hard-coded. See the code below. It simply creates a list of project names, each with its own drop-down menu with a list of engineers, allowing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.