Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/04/2007, 10:14
lagunafmr
 
Fecha de Ingreso: noviembre-2006
Ubicación: Alicante
Mensajes: 107
Antigüedad: 17 años, 5 meses
Puntos: 0
Re: ven algo mal en este get?

prueba con

Código PHP:
<? if ((isset($HTTP_GET_VARS['ct'])) &&  ($HTTP_GET_VARS['ct'] != "")) {
echo 
$HTTP_GET_VARS['ct'];} ?>