
26/10/2006, 00:01
|
 | | | Fecha de Ingreso: septiembre-2005 Ubicación: Php+Flash+AS
Mensajes: 1.072
Antigüedad: 19 años, 6 meses Puntos: 12 | |
if(isset ($HTTP_COOKIE_VARS["cookie"])){
Header("location: index.php?existelacookie=SI");
}else{
Header("location: index.php?existelacookie=NO");
} |