Ver Mensaje Individual
  #11 (permalink)  
Antiguo 01/01/2012, 15:41
Avatar de jose_cuberos
jose_cuberos
 
Fecha de Ingreso: diciembre-2011
Ubicación: Madrid
Mensajes: 74
Antigüedad: 12 años, 4 meses
Puntos: 1
Respuesta: Fallo al obtener Licencia

<?
session_start();
session_register("ID");
//include('../db.inc');
//include('/home/virtual/site1/fst/var/193ktar/db.php');
include('db.php');
//echo $_SESSION['Licencia']." TTT<br>";
if($_SESSION['Licencia'] == '' or !isset($_SESSION['Licencia']))
//if($_SESSION['Licencia'] == '')
{
$Licencia=addslashes($_GET['l']);
$_SESSION['Licencia'] = $Licencia;
}
else
$Licencia=$_SESSION['Licencia'];
//$op = $_POST['op'];
?>