Ver Mensaje Individual
  #13 (permalink)  
Antiguo 12/01/2013, 13:21
Avatar de zreep
zreep
 
Fecha de Ingreso: octubre-2009
Ubicación: Argentina
Mensajes: 534
Antigüedad: 14 años, 6 meses
Puntos: 12
Respuesta: Problema con el isset

Es verdad... sito lo anterior...


Código PHP:

function is($sur)
{
if (!isset(
$sur)) return false;
if (
$sur!==false) return true;
return 
false;

http://php.net/manual/es/function.isset.php
__________________
Zreep