Quote:
	
	
		| 
					Originally Posted by Oracle Porn
					
				 I'm looking for a simple script....http://www.mydomain.com/index.html?code123 
I want to be able to insert a code on top of every page on my domain using a question mark or something like that....
 
a little custom script i might guess, well if any programers thing they can do that icq me pleaase | 
	
   The Apache webserver can do this efficiently using mod-rewrite.
Past that though, I guess you just need a search-and-replace script that will locate maybe the <body> tag and insert your line below there?