![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/01/2012, 15:41
|
![Avatar de jose_cuberos](http://static.forosdelweb.com/customavatars/avatar449175_1.gif) | | | Fecha de Ingreso: diciembre-2011 Ubicación: Madrid
Mensajes: 74
Antigüedad: 13 años, 1 mes 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'];
?> |