Quote:
	
	
		
			
				Originally posted by TeamCali  
I have tried that and recieved errors 
 
This is what I tried 
 
"script src="http://www.xxxx.com/counter/phpcounter.php">
 
I took out the < and > 
 
Give me an idea of what I am doing wrong.  This a great stats program and would hate to loose it. 
			
		 | 
	
	
 you can have your server Admin set your server up so that html files are parsed as PHP and you can add the following code
	PHP Code:
	
		
			
<?php include 'http://www.xxxx.com/counter/phpcounter.php'; ?>
		
	
 That should do it.