Hi,
I have a PHP script which is used for various functions. One of the functions displays a number of checkboxes with the string '"input type="hidden" name="register_dom[]" value="$idomain.$itld"'
From what I can understand, the [] should create an array with the values of $idomain.$itld within the array. However, how do I call these values back from within another function?