Colocar Resposta 
 
Avaliação do Tópico:
  • 0 votos - 0 Média
  • 1
  • 2
  • 3
  • 4
  • 5
HTML Form
17-02-2011, 14:54 (Esta mensagem foi modificada pela última vez a: 17-02-2011 14:56 por downv.)
Mensagem: #19
RE: HTML Form
Ja esta tudo a funcionar..

Para quem gosta de musica electrónica, http://djluisoliveira.co.cc/

Obrigado a todos pela ajuda Wink

Cumps,
Valeriu Timbuc

Código PHP:
<?php
$to      
"luis**oliveira**@***.pt"
$email   $_POST['email']; 
$name    $_POST['name'];
$subject $_POST['subject']; 
$comment $_POST['message'];

$To          strip_tags($to);
$TextMessage =strip_tags(nl2br($comment),"<br>");
$HTMLMessage =nl2br($comment);
$FromName    =strip_tags($name);
$FromEmail   =strip_tags($email);
$Subject     =strip_tags($subject);

$boundary1   =rand(0,9)."-"
.rand(10000000000,9999999999)."-"
.rand(10000000000,9999999999)."=:"
.rand(10000,99999);
$boundary2   =rand(0,9)."-".rand(10000000000,9999999999)."-"
.rand(10000000000,9999999999)."=:"
.rand(10000,99999);

/***************************************************************
 Creating Email: Headers, BODY
 1- HTML Email WIthout Attachment!! <<-------- H T M L ---------
 ***************************************************************/
#---->Headers Part
$Headers     =<<<AKAM
From: $FromName <$FromEmail>
Reply-To: 
$FromEmail
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="
$boundary1"
AKAM;

#---->BODY Part
$Body        =<<<AKAM
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="
$boundary1"

This is a multi-part message in MIME format.

--
$boundary1
Content-Type: text/plain;
    charset="windows-1256"
Content-Transfer-Encoding: quoted-printable

$TextMessage
--
$boundary1
Content-Type: text/html;
    charset="windows-1256"
Content-Transfer-Encoding: quoted-printable

$HTMLMessage

--
$boundary1--
AKAM;

/***************************************************************
 Sending Email
 ***************************************************************/
$ok=mail($To"djluisoliveira.co.cc | " $Subject$Body$Headers);
echo 
$ok?"<meta http-equiv='refresh' content='0;URL=emailsent.html'>":"<meta http-equiv='refresh' content='0;URL=emailerror.html'>";
?>
Visitar Website de este utilizador Procurar todas as mensagens deste utilizador
Citar esta mensagem numa resposta
Colocar Resposta 


Mensagem neste Tópico
HTML Form - downv - 13-02-2011, 20:50
RE: HTML Form - Corvus - 13-02-2011, 23:25
RE: HTML Form - downv - 13-02-2011, 23:30
RE: HTML Form - Corvus - 13-02-2011, 23:36
RE: HTML Form - downv - 14-02-2011, 00:32
RE: HTML Form - Corvus - 14-02-2011, 00:41
RE: HTML Form - downv - 14-02-2011, 00:43
RE: HTML Form - Corvus - 14-02-2011, 01:09
RE: HTML Form - downv - 14-02-2011, 01:21
RE: HTML Form - Corvus - 14-02-2011, 01:26
RE: HTML Form - rei007 - 14-02-2011, 10:42
RE: HTML Form - downv - 14-02-2011, 13:49
RE: HTML Form - Corvus - 14-02-2011, 14:16
RE: HTML Form - downv - 14-02-2011, 15:19
RE: HTML Form - rei007 - 14-02-2011, 15:28
RE: HTML Form - downv - 14-02-2011, 16:49
RE: HTML Form - rei007 - 17-02-2011, 13:29
RE: HTML Form - malainho - 17-02-2011, 13:26
RE: HTML Form - downv - 17-02-2011 14:54

Saltar Fórum:


Utilizadores a ver este tópico: 1 Visitante(s)