Quote:
Originally posted by Travis G
I just don't want the delay of two transactions, everytime someone loads the page.
I wrote my site, and realized that I was using CSS 2, something that IE simply doesn't support. So I wanted to make a reduced version of my site for people with inferior browsers. I figured, once they visit the reduced site, a cookie will be set. Every time they visit, it will look for the cookie and direct them to the version they browsed last.
I just don't want to delay everyone who is visiting. I just figure I'll have PHP pull in the page and show it to them, without redirecting.
Thanks for the help though.
The header() function would work great for this scenario. I don't see why you think it wont?