Click here to Skip to main content
15,888,283 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: time and using linux app Pin
khomeyni14-Dec-09 19:46
khomeyni14-Dec-09 19:46 
Questionwhat is wrong that i get this error with nasm Pin
Aljaz11128-Oct-09 4:07
Aljaz11128-Oct-09 4:07 
AnswerRe: what is wrong that i get this error with nasm Pin
Covean9-Nov-09 22:44
Covean9-Nov-09 22:44 
QuestionViewer for PHP Pin
googlecomcom26-Oct-09 17:57
googlecomcom26-Oct-09 17:57 
QuestionWhy i am unable to read ? Pin
udch23-Oct-09 23:44
udch23-Oct-09 23:44 
AnswerRe: Why i am unable to read ? Pin
Marc Firth27-Oct-09 2:41
Marc Firth27-Oct-09 2:41 
AnswerRe: Why i am unable to read ? Pin
Marc Firth27-Oct-09 4:34
Marc Firth27-Oct-09 4:34 
Questionproblem occurred when using mail() function Pin
CoderForEver23-Oct-09 4:14
CoderForEver23-Oct-09 4:14 
Hey my friends ... I was using mail() function but some error occured

this is the code



<php
$to='compnay@yahoo.com';//this is my personal address .... I changed it for security while posting to this site
$from=$_POST['txtEmail'];
$title=$_POST['txtTitle'];
$body=$_POST['txtMsg'];


if($_POST['form1'].submit)// to check wheter the form has been sent or not
 //echo 'thank you' ;
 {
	mail($to,$title,$body,'From:'.' '.$from);
	echo '<h1 >Thank you!
 </h1>
<p>Email sent. We will contact you as soon as possible
 </p><p><br /></p>';

 
 
 }
else
 echo 'not submitted';


?>


when I use the above code this error occured





Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\Hiwi\send.php on line 26
Thank you!

Email sent. We will contact you as soon as possible


Can any body help me on this? I thought it was because I wasnt connected to the internet ..... even after I connected to the internet it comes again.
Is it because my site is not posted ? I am just working on it....

Any suggestions ....

Thank you
AnswerRe: problem occurred when using mail() function Pin
fly90425-Oct-09 3:31
fly90425-Oct-09 3:31 
GeneralRe: problem occurred when using mail() function Pin
CoderForEver26-Oct-09 2:01
CoderForEver26-Oct-09 2:01 
AnswerRe: problem occurred when using mail() function Pin
abushahin7-Dec-09 2:36
abushahin7-Dec-09 2:36 
GeneralRe: problem occurred when using mail() function Pin
CoderForEver7-Dec-09 4:23
CoderForEver7-Dec-09 4:23 
GeneralRe: problem occurred when using mail() function Pin
abushahin7-Dec-09 5:02
abushahin7-Dec-09 5:02 
Questionhi Pin
WilliamSimon22-Oct-09 2:34
WilliamSimon22-Oct-09 2:34 
AnswerRe: hi Pin
Jimmanuel22-Oct-09 5:03
Jimmanuel22-Oct-09 5:03 
Questionhow to run perl in xampp windows Pin
Jayapal Chandran21-Oct-09 1:15
Jayapal Chandran21-Oct-09 1:15 
AnswerRe: how to run perl in xampp windows Pin
Dee4-Dec-09 1:15
Dee4-Dec-09 1:15 
GeneralRe: how to run perl in xampp windows Pin
saranya11-Jan-11 18:26
saranya11-Jan-11 18:26 
GeneralRe: how to run perl in xampp windows Pin
QuantumPlumber11-Jan-11 22:47
professionalQuantumPlumber11-Jan-11 22:47 
Questioncan read in php Pin
udch21-Oct-09 1:12
udch21-Oct-09 1:12 
AnswerRe: can read in php Pin
Marc Firth22-Oct-09 23:56
Marc Firth22-Oct-09 23:56 
GeneralRe: can read in php Pin
udch23-Oct-09 1:46
udch23-Oct-09 1:46 
GeneralRe: can read in php Pin
Marc Firth23-Oct-09 2:23
Marc Firth23-Oct-09 2:23 
Questionphp help Pin
gisli8920-Oct-09 4:18
gisli8920-Oct-09 4:18 
AnswerRe: php help Pin
enhzflep20-Oct-09 14:15
enhzflep20-Oct-09 14:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.