| | I'm having trouble redirecting the browser using PHP. It appears as though the ads are generated before the PHP scripts are run; i.e. the ads are inserted into the pre-rendered (rather than post-rendered) page. When raising redirects with PHP, the redirect is (essentially) ignored if anything has been written to the browser. I can't trust JavaScript to raise the redirect (since someone could just disable javascript). Is there any way around this? |

