Ir para conteúdo
Fórum Script Brasil

twixlol

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Sobre twixlol

twixlol's Achievements

0

Reputação

  1. estou com problema quando recebo email, ele chega assim: "Nome = <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="HandelGothic BT" SIZE="13" COLOR="#333333" LETTERSPACING="0" KERNING="0">teste</FONT></P></TEXTFORMAT> . Telefone = . Email = <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="HandelGothic BT" SIZE="13" COLOR="#333333" LETTERSPACING="0" KERNING="0">teste@teste.com</FONT></P></TEXTFORMAT> . Mensagem = <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="HandelGothic BT" SIZE="13" COLOR="#333333" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="HandelGothic BT" SIZE="13" COLOR="#333333" LETTERSPACING="0" KERNING="0">mensagem teste</FONT></P></TEXTFORMAT> . ************************************* ***** Mensagem enviada através do formulário da área contato do site PV Flex. **********************************************" aqui esta o meu "form.php" <? if ($email != "" and $destinatario != "") { $cabecalho = "From: $email\nReply-To: $email"; $assunto = "Contato site Glocal"; $corpo .= "Nome = $nome .\n"; $corpo .= "Telefone = $telefone .\n"; $corpo .= "Email = $email .\n"; $corpo .= "Mensagem = $mensagem .\n\n"; $corpo .="\n\n************************************* *****\n"; $corpo .= "Mensagem enviada através do formulário da área contato do site PV Flex.\n"; $corpo .= "**********************************************"; mail($destinatario, $assunto, $corpo, $cabecalho); echo ("&enviado=ok&"); } ?> e aqui esta o script no flash on (release) { System.useCodepage = true; loadVariablesNum("form.php", 0, "GET"); gotoAndPlay(23); } poderia me dizer, porque quando recebo o email. ele vem com todos aqueles codigos ? obrigado
×
×
  • Criar Novo...