Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1938 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

E-mail Form isnt working?

Thread title: E-mail Form isnt working?
Closed Thread  
Page 3 of 3 < 1 2 3
    Thread tools Search this thread Display Modes  
07-14-2007, 07:36 AM
#21
BrokenFaith is offline BrokenFaith
BrokenFaith's Avatar
Status: Creatistic
Join date: Jul 2006
Location: Arizona
Expertise:
Software:
 
Posts: 1,726
iTrader: 5 / 100%
 

BrokenFaith is on a distinguished road

Send a message via AIM to BrokenFaith Send a message via MSN to BrokenFaith

  Old

It doenst work, read this entier post.

Please if anyone can just help me fix this?..

07-14-2007, 06:31 PM
#22
Lamonte is offline Lamonte
Status: Member
Join date: Jul 2007
Location:
Expertise:
Software:
 
Posts: 125
iTrader: 0 / 0%
 

Lamonte is on a distinguished road

Send a message via MSN to Lamonte

  Old

Code:
$mailto = 'brizoken@gmail.com' ;'ryan@heartctush.com' ;
To
Code:
$mailto = array('brizoken@gmail.com','ryan@heartctush.com');

Change:
Code:
mail($mailto, $subject, $messageproper,
    "From: \"$name\" <$email>" . $headersep . "Reply-To: \"$name\" <$email>" . $headersep . "X-Mailer: chfeedback.php 2.07" );
To:

Code:
foreach($mailto as $mail_to)
{
mail($mail_to, $subject, $messageproper,
    "From: \"$name\" <$email>" . $headersep . "Reply-To: \"$name\" <$email>" . $headersep . "X-Mailer: chfeedback.php 2.07" );
}
Should work.


------
If you like my support PM me for paid work. Ranging from $5-$50. It's that simple.

Closed Thread  
Page 3 of 3 < 1 2 3


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed