View Single Post
  #3  
Old 01-29-2003, 12:12 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Or:

Code:
<?php if ($HTTP_SERVER_VARS['SERVER_PORT']=='80'){ // check to see if running on http include ("file.php"); } ?> This assumes Globals is switched on.
__________________
ex x-cart guru
Reply With Quote