saqqa
07-12-2006, 02:39 AM
hi every one
this my first topic here..... thanks for all on advance
well, im brand new with PHP
im using apache server at my pc with php5
and i have a web hosting thats supports PHP and i test my website life over the internet.
my problem is i send mail thats never arrive to the distination however, no error msg appears
,i used many code ,,,, all the same sad ending
here is sample ...... can any body tell me what 2 do plz!
Code: [Download]
<?PHP
$to = "saqqa505@yahoo.com";
$re = "Feedbackfromcontactpage";
$msg = $comments;
mail($to,$re,$msg);
?>
thank you all and im happy to be here today friends.
this my first topic here..... thanks for all on advance
well, im brand new with PHP
im using apache server at my pc with php5
and i have a web hosting thats supports PHP and i test my website life over the internet.
my problem is i send mail thats never arrive to the distination however, no error msg appears
,i used many code ,,,, all the same sad ending
here is sample ...... can any body tell me what 2 do plz!
Code: [Download]
<?PHP
$to = "saqqa505@yahoo.com";
$re = "Feedbackfromcontactpage";
$msg = $comments;
mail($to,$re,$msg);
?>
thank you all and im happy to be here today friends.