I am writing a form right now.  

I would like to make the checkbox an array variable.  The first part of
the array is the component reference, the second part is the package
reference.  What name would you assign to it that I could use in
processing the form in the PHP script this posts to?  

Ron

<tr>
<td valign="top"><font face="times new roman"><center>Children's 
Activities</center></td>
<td valign="top"><font face="times new roman"><center>Child's 
ABC's</center></td>
<td><center><input type="checkbox" name="component_1_package_1"></center></td>
<td><center><input type="checkbox" name="component_1_package_2"></center></td>
</tr>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to