Hi Donncha, if I use PHP to serve the pages, that means that things like PHP Includes and referrer detection dynamically.
For example, if someone comes from a partner site, I'd like to display a special "hello" message.
I'd like to use $_SERVER['HTTP_REFERER'] or set a session variable of some sort. What do you think?