Thread
:
Submit form to multiple emails using a PHP form
View Single Post
#
2
(
permalink
)
07-26-2008, 09:01 PM
TeraTask
PT Admin
Awards Showcase
Total Awards
: 3
Join Date: Jun 2007
Location: Reno, NV
Posts: 442
iTrader: (
0
)
Welcome to the forums. Please use [code] or [php] tags for indicating code.
Change
PHP Code:
$to
=
"address@email.com"
;
to
PHP Code:
$to
=
"address@email.com,address2@email.com"
;
and you should be fine.
__________________
Jeremy Miller
Content Farmer -
Optimized Automated Blog Posting
TeraTask
View Public Profile
Send a private message to TeraTask
Visit TeraTask's homepage!
Find all posts by TeraTask