Kaolapso 0 Denunciar post Postado Março 31, 2005 <?/* inicio do Codigo de Formulario */$msg = "Nome do Usuário : \t$usuario\n";$msg .= "Email do Usuário : \t$email\n";$msg .= "Assunto : \t$select\n";$msg .= "Mensagem do Usuário : \t$mensagem\n\n";$cabecalho = "Para : Destino que eu Quero\n ";mail("meuemail@uol.com.br","Assunto",$msg,$cabecalho);echo"<h1 align=center>Muito obrigado, $usuario</h1>";echo"<p align=center>Agradecemos sua Opinião.</p>";?> O que será que esta errado no meu codigo ? Eu só estou recebendo os Titulos , tipo , Nome do usuario : . Email do usuario : . O meu formulario esta assim : <form name="form" method="post" action="form.php"> <table width="50%" border="0" align="center"> <tr> <th width="38%" height="33" scope="col">Nome : </th> <th width="7%" scope="col"><div align="left"> </div></th> <th width="25%" scope="col"><div align="left"> <input name="usuario" type="text" size="40" maxlength="40"> </div></th> <th width="30%" scope="col"> </th> </tr> <tr> <td height="38"><div align="center"><strong>E-mail : </strong></div></td> <td> </td> <td><input name="email" type="text" size="40" maxlength="25"></td> <td> </td> </tr> <tr> <td height="118"><div align="center"><strong>Comentário : </strong></div></td> <td> </td> <td><textarea name="mensagem" cols="36" rows="6"></textarea></td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> <table width="100%" border="0"> <tr> <th width="26%" scope="col"> </th> <th width="19%" scope="col"><input name="but_submit" type="submit" id="but_submit" value="Enviar"></th> <th width="19%" scope="col"><input name="but_clean" type="submit" id="but_clean" value="Limpar"></th> <th width="36%" scope="col"> </th> </tr> </table> <p> </p> </form> Valew a força.... Compartilhar este post Link para o post Compartilhar em outros sites
Andreia Regina 1 Denunciar post Postado Março 31, 2005 Olá! Bem, a pergunta pode parecer boba, mas você está colocando PHP [*]$usuario = $_POST["usuario"]; [*]$email = $_POST["$email"]; Em algum lugar antes do código postado? LEMBRETE: É sempre importante pesquisar antes de postar!!!! Compartilhar este post Link para o post Compartilhar em outros sites