Home : Products : DBMan : Customization :

Products: DBMan: Customization: Re: [kellner] Passing values in the URL: Edit Log

Here is the list of edits for this post
Re: [kellner] Passing values in the URL
You can delimit values using $, ....eg if you have 5 checkboxes all called "my" with values 1 2 3 4 5 then you could do:

local $, = "|";

and then $in{my} would look like 1|2|3|4|5

Last edited by:

RedRum: Jan 30, 2002, 2:53 PM

Edit Log: