quick redirect and stuffing question.

alfardo

Registered Member
Joined
Feb 3, 2008
Messages
68
Reaction score
10
I was wondering i have been stuffing links using the invisible pop up generator which give you a script to put on your page.

Will that script work on a page that just has a ph redirect on it?
 
In order to do a PHP redirect, the PHP code has to be at the top of your page, before anything else gets sent to the browser. The redirect to the destination site happens at that point, so any code that follows further down the page would never get executed.
 
Yeah thats what I thought, thanks for clearing it up for me.
 
Back
Top