| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		badai -
 
  Joined: 24 Apr 2003 Posts: 83
 
  | 
		
			
				 Posted: Thu May 22, 2008 4:19 pm    Post subject: assign value to $_SERVER['PHP_AUTH_USER'] | 
				      | 
			 
			
				
  | 
			 
			
				| is it possible to assign value to $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] so that they can go into protected folder? | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Tue May 27, 2008 3:32 pm    Post subject: Re: assign value to $_SERVER['PHP_AUTH_USER'] | 
				      | 
			 
			
				
  | 
			 
			
				 	  | badai wrote: | 	 		  | is it possible to assign value to $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] so that they can go into protected folder? | 	  
 
 
These variables are set by PHP before it starts running a script. More information about them is in http://www.php.net/features.http-auth . _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |