コード例 #1
0
ファイル: guardar.php プロジェクト: JonathanLoer/opticacosmos
<?php

include_once "../../login/check.php";
include_once "../../class/productotipo.php";
$productotipo = new productotipo();
extract($_POST);
$Valores = array("Nombre" => "'{$Nombre}'", "Descripcion" => "'{$Descripcion}'", "Categoria" => "'{$Categoria}'");
$productotipo->insertarRegistro($Valores);
$Mensajes[] = $idioma["GuardadoCorrectamente"];
$folder = "../../";
include_once "../../resultado.php";