LaGioconda
04-06-2003, 09:28 AM
to Vosgien Shalom and Shalom and thank you so much for your reply!.
I really apreciate it.
It wasn't not realy help me, but im still get crazy for a bit until "I DID IT!!!!".
Now i get the response to my email, and thear is a "new problem" i get the message all togheter in an only line.
my new script is:
<?php
$message=$id= $_POST['id'];
$message.=$addres= $_POST['addres'];
$message.=$city= $_POST['city'];
$message.=$tel= $_POST['tel'];
$message.=$native= $_POST['native'];
$message.=$birth= $_POST['birth'];
$message.=$celular= $_POST['celular'];
mail("my@email", $name, $message, "From: PHPMailer\nReply-To: $email\nX-Mailer: PHP/" . phpversion());
?>
i try <br>, i try olso \en like i so in tutorials. may be im not place them rigt. but non of them work
do you have a tip?
I really apreciate it.
It wasn't not realy help me, but im still get crazy for a bit until "I DID IT!!!!".
Now i get the response to my email, and thear is a "new problem" i get the message all togheter in an only line.
my new script is:
<?php
$message=$id= $_POST['id'];
$message.=$addres= $_POST['addres'];
$message.=$city= $_POST['city'];
$message.=$tel= $_POST['tel'];
$message.=$native= $_POST['native'];
$message.=$birth= $_POST['birth'];
$message.=$celular= $_POST['celular'];
mail("my@email", $name, $message, "From: PHPMailer\nReply-To: $email\nX-Mailer: PHP/" . phpversion());
?>
i try <br>, i try olso \en like i so in tutorials. may be im not place them rigt. but non of them work
do you have a tip?