Quote:
	
	
		| 
					Originally Posted by pumashoes34
					
				 
	Quote: 
	
		| 
					Originally Posted by Killgore
					
				 Something along the lines of 
	PHP Code: 
		
			
include('the FULL url of the file you wish to include'); 
 should work. You could also use the require() function as well. 
 
Note: the full url you're looking for should be something like
 
	Code: http://websitename.com/directory/file.php |  The answer to your questions, however, is by using relative paths.
 
Do a quick search for: php includes relative paths | 
	
 
yes i agree with you .... give ralative paths in include function....