How would I print one small statement on a webpage according to where a user came from. In other words, if the environment referrer address had the string "myplace.com" in it I would print one thing, and if the user came from any other link, I would print something else. Maybe an if/else statement, but how to use enviroment referrer?