On Sat, Apr 06, 2002 at 12:32:33AM -0500, Analysis & Solutions wrote: > > <input type="checkbox" name="checkbox['Name']" value="validate" />
And following up to my own following up... As I shut down the computer, I realized I made a boo boo. The single quotes shouldn't be there. So, make that: <input type="checkbox" name="checkbox[Name]" value="validate" /> Later, --Dan -- PHP scripts that make your job easier http://www.analysisandsolutions.com/code/ SQL Solution | Layout Solution | Form Solution T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y 4015 7 Ave, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php