PHP header, opening multiple links?

PandaJam

Don't question it.
Mar 20, 2010
132
1
0
I'm using the GeoIP script so that different offers are opened for different countries, but I was thinking about having two links open for certain countries. Is this possible using PHP?

If not, I remember seeing a recent thread (by a mod?) with a little script that basically redirected the current page when a new one is opened. I've been searching but can't find it anywhere! In his example he demonstrated it using a Facebook clone.

Thanks for any help in advance!
 


You can probably do that with Javascript.

Seup your affiliate link so it pops open in a new window. An ONClick, with javascript, redirect that window to another affiliate link
 
You can probably do that with Javascript.

Seup your affiliate link so it pops open in a new window. An ONClick, with javascript, redirect that window to another affiliate link
Thanks man, appreciate it!