Arquivos já criados em sala

This commit is contained in:
2026-04-07 20:57:21 -03:00
parent d8cde2eb68
commit 37f5b39995
29 changed files with 2858 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
header("Content-Type: text/html; charset=utf-8", true);
$dados = $_POST;
require_once("../Controle/ControleCliente.php");
$objControleCliente = new ControleCliente;
$retorno = $objControleCliente->alterar($dados);
if ($retorno == true)
echo '
<script language="javascript" type="text/javascript">