Files
desayuno/public_html/sql/muestra_comprobante.php
T

15 lines
354 B
PHP
Raw Normal View History

2019-06-20 18:00:41 -05:00
<?php
include("conexion.php");
$con = Conectarse();
$id_solicitud = $_POST['id'];
$tipo_sesion = $_POST['sesion'];
echo "id=".$id_solicitud."&sesion=".$tipo_sesion;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/