Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 11-15-2010, 12:55 AM mail () function;
Banned

Posts: 17
Name: new york
Trades: 0
hello, so here I have a little problem with my script which sends mail it gives tite not the subject I have in my script but www-data@kimsufi.com code here if you can help me thank you bocoup
PHP Code:
        Adresse_dest "$ email";
        $ 
Subject "Account SoGames Multigaming";
        $ 
Contenue_message "Your account information from your Menber SoGames multigaming: \ n".
                    
"Client Login". $ Login"\ N".
                             
"Customer Name". $ Name"\ N"
                    
"Customer First". $ Firstname"\ N".
                    
"Email Client". $ Email"\ N".
                    
"Password:". $ _POST ['Pwd']. "\ N".
                    
"Thank you for registering on our site SoGames Multigaming \ n" .
                    
"Http://www.sogames-multigaming.fr/ \ n".
        $ 
Adresse_exp "";

        $ 
Success mail ($ adresse_dest, $ subject, $ contenue_message, $ adresse_exp); 

Last edited by NullPointer; 11-15-2010 at 01:09 AM..
edson1314 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-15-2010, 03:31 AM Re: mail () function;
evans123's Avatar
Ultra Talker

Posts: 468
Trades: 0
Try this,

PHP Code:
$Adresse_dest $email;
        
$Subject "Account SoGames Multigaming";
        
$Contenue_message "Your account information from your Menber SoGames multigaming: \ n".
                    
"Client Login"$Login"\ N".
                    
"Customer Name"$Name"\ N"
                    
"Customer First"$Firstname"\ N".
                    
"Email Client"$Email"\ N".
                    
"Password:"$_POST ['Pwd']. "\ N".
                    
"Thank you for registering on our site SoGames Multigaming \ n" .
                    
"Http://www.sogames-multigaming.fr/ \ n".
        
$Adresse_exp "";

        
$Success mail ($Adresse_dest$Subject$Contenue_message$Adresse_exp); 
evans123 is offline
Reply With Quote
View Public Profile Visit evans123's homepage!
 
Reply     « Reply to mail () function;
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09622 seconds with 12 queries