M
Matt
I have a form that collects several checkbox inputs. the submit is set
to POST to a custom script (confirm.asp)
on confirm.asp I have:
<p><!--webbot bot="ConfirmationField" S-Field="checkbox" --></p>
When I run the page, this code properly displays the checkboxes that
were selected, like this:
97, 98, 99, 100, 155, 156, 157
I need to use these numbers in a query to pull up images from my
database. What is the proper way to use these values in a query?
Thanks
Matt
to POST to a custom script (confirm.asp)
on confirm.asp I have:
<p><!--webbot bot="ConfirmationField" S-Field="checkbox" --></p>
When I run the page, this code properly displays the checkboxes that
were selected, like this:
97, 98, 99, 100, 155, 156, 157
I need to use these numbers in a query to pull up images from my
database. What is the proper way to use these values in a query?
Thanks
Matt