Forum Moderators: phranque
If the new content is accessed through the existing pages I want to show the content with the original header.
If the new content is accessed through a sister site then I want to show the content without the graphical headers.
Ways to do this
* use subdomains ie change the 'www' to 'pia' for the sister site, grap the server name and show the header etc.
* pass variables with the url ie?externallink
* use sessions in the existing site and check to see if the session exists.
I'd rather do the subdomain method but would this actually work?