What I want to do is when you go into the members section, the logo image you have been carrying around with you in the other parts of the site. It was done with a javascript call and php parsed it out. I want to do it with a full php solution. I tried a session variable, but it didn't work right with IE. Other session vars did work with IE, which is weird. So if it doesn't work with IE, I cannot use it.
The idea is there are three companies under the same umbrella, each has a different logo and when you go into the member section, I want the same logo to go with them and have it dynamically generate it along with the favicon.
Could really use some direction here.
Thanks!