in reply to Re: Re: CGI/PERL email form that will send to multiple address based on checkbox selection
in thread CGI/PERL email form that will send to multiple address based on checkbox selection
I know that's not the same format you're using but you see what I'm getting at. if your variable you're pushing onto is not empty then push a comma, and the address, otherwise just push the address.. I could be way off-base, but that's my two cents.$address = "me@you.com, you@me.com";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: CGI/PERL email form that will send to multiple address based on checkbox selection
by Anonymous Monk on Jun 18, 2003 at 16:14 UTC |