E:
/
home
/
kbcomunicacao1
/
Web
/
innterage
/
includes
/
Upload File
HOME
<?php require 'conexao/funcao.inc.php'; require 'conexao/config.php'; require 'conexao/conn.php'; require 'conexao/function.php'; $id = $_POST['id']; $flw = $_POST['flw']; $responsavel = $_POST['responsavel']; $email = $_POST['email']; $telefone = $_POST['telefone']; $celular = $_POST['celular']; $cargo = $_POST['cargo']; $data_20 = $_POST['data_20']; /*if(isset($_POST['rlink'])){ $rlink = $_POST['rlink']; }else{ $rlink = 0; }*/ $nascimento = DateTodbDate2($data_20); $setor = array( 'nome_setor' => "$responsavel", 'email_setor' => "$email", 'telefone_setor' => "$telefone", 'celular_setor' => "$celular", 'cargo_setor' => "$cargo", 'nascimento_setor' => "$nascimento" ); DBUpDate('setor', $setor, "id_setor= $id"); ?> <script> window.location = "../?pag=cliente&id=<?php echo $flw; ?>" </script>