%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/formularios/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/formularios/CTRL.php |
<?php include_once("DAO.php"); $oper = $_POST['oper']; switch ($oper){ case 1: $objDAO = new DAO(); echo json_encode($objDAO->inserir(utf8_decode($_POST['nome']),utf8_decode($_POST['email']),$_POST['telefone'],utf8_decode($_POST['assunto']),utf8_decode($_POST['mensagem']),utf8_decode($_POST['subtipo']),utf8_decode($_POST['arquivo']),$_POST['recaptcha']) , true); break; default: break; } ?>