Not sure if this question belongs on this list or the CGI list, but here goes:
I have a checkbox that passes the selected 'hosts' to my CGI script. So i
collected the params with:
my @hosts = $q->param('host');
so if the user selects (in the checkbox) hosts: a,b,c ,how can tell the
query to look for all hosts matching the selections? Should I join the array
into a string and use something like "WHERE host IN (.....) ?
any help appreciated
Thanks,
Jim
