 
			
				17/06/2003, 17:49
			
			
			     |  
      |    |    |    Fecha de Ingreso: diciembre-2002  
						Mensajes: 65
					  Antigüedad: 22 años, 10 meses Puntos: 0     |        |  
  |      autentificacion+http        tengo este codigo para autentificar  
como le hagio para poder obtener el usuario   
 header("WWW-Authenticate: Basic realm=\"prueba\""); 
    header("HTTP/1.0 401 Unauthorized"); 
      echo $PHP_AUTH_USER;     
gracias           |