echo'
'; var_dump($_POST); echo''; include "funcao.php"; $nome = $_POST['fname']; $sobrenome = $_POST['lname']; $profissao = $_POST['profissao']; $datanascimento = $_POST['datanascimento']; $cpf = $_POST['cpf']; $rg = $_POST['rg']; $email = $_POST['email']; $endereco = $_POST['endereco']; $bairro = $_POST['bairro']; $telefone = $_POST['telefone']; $plano = $_POST['plano']; $dtpagamento = $_POST['dtpagamento']; $mensagem = "NOME: ".$nome. "