sistema de desayuno 2019 actualizado
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user