CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
PHP Problems
PHP contact form problem
saurabhorange
Permalink to comment
#
May 2011
I want to make a php contact form . the problem is i want the form to send a duplicate copy to user as well as at my email and the email should be sent from the email no-reply@abc.com or something. That is the problem
Fourize
Permalink to comment
#
May 2011
Quite simple,
add more recipients to your list in the php engine form so it looks like this...
$EmailFrom = "no-reply@abc.com";
$EmailTo = "saurabhorange@abc.com , anotheraddress@abc.com";
if you haven't made a contact form yet
have a gander at chris'
saurabhorange
Permalink to comment
#
May 2011
Thanks a ton seems like either my isp or css tricks is acting very slow
Add a Comment
add more recipients to your list in the php engine form so it looks like this...
if you haven't made a contact form yet have a gander at chris'