alphasil Posted December 9, 2007 at 09:21 PM Report Share #153286 Posted December 9, 2007 at 09:21 PM (edited) Oi ppl É assim, tenho um erro quando recebo as palavras acentuadas, ao receber ficam assim Nome: gil E-mail: xxxx@gmail.com Assunto: tetse Mensagem: Pre? em vez de Nome: gil E-mail: xxxxxx@gmail.com Assunto: tetse Mensagem: Preços o meu php está assim <?php $subject = "PEDIDO DE INFORMAÇÕES"; $nome =utf8_decode($_POST['nome']); $email = $_POST['email']; $assunto =utf8_decode($_POST['assunto']); $mensagem =utf8_decode($_POST['mensagem']); $recipient = "xxxx@gmail.com"; $msg = "Nome: $nome\nE-mail: $email\nAssunto: $assunto\nMensagem: $mensagem"; $mailheaders = "$nome - $assunto"; $ok=mail("$recipient", "$assunto", "$msg", "$mailheaders"); echo "&ok=$ok"; ?> E uso System.useCodepage = true; no flash o que será?? Obrigado Edited October 16, 2016 at 10:01 PM by alphasil gmc11 Link to comment Share on other sites More sharing options...
djthyrax Posted December 10, 2007 at 12:55 AM Report Share #153311 Posted December 10, 2007 at 12:55 AM Estás a fazer URI encode? Não peças ajuda por PM! A tua dúvida vai ter menos atenção do que se for postada na secção correcta do fórum! Link to comment Share on other sites More sharing options...
alphasil Posted December 10, 2007 at 10:57 AM Author Report Share #153331 Posted December 10, 2007 at 10:57 AM Oi Obrigado pela resposta, mas como é que se faz isso?? Saquei este formulário da net... Obrigado gmc11 Link to comment Share on other sites More sharing options...
djthyrax Posted December 10, 2007 at 05:40 PM Report Share #153396 Posted December 10, 2007 at 05:40 PM No flash. Como é que estás a fazer o pedido? Não peças ajuda por PM! A tua dúvida vai ter menos atenção do que se for postada na secção correcta do fórum! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now