Posted by schwooba on 11/06/06 17:22
Hello...I have a form with checkboxes on it. When those check boxes are
selected, I want them to email those selected individuals. I think I
have to create an array but I can't quite figure it out. Any help would
be appriciated.
<input type="checkbox" name="email[]" value="1"> email john doe
<input type="checkbox" name="email[]" value="2"> email jane doe
<input type="checkbox" name="email[]" value="3"> email play doe
Navigation:
[Reply to this message]
|