Hi,
Is it possible to open 2 windows at the same time in PHP?
I am building a page that needs to open 2 windows depending on what the referel page is.
if ($HTTP_REFERER == "" OR $HTTP_REFERER == "http://www.mydomain/mypage.php") {?? 2 x open window??;}
Who can help?
Thanks in advance, Jack
you need to use javascript to open new windows, you can only use php to redirect the current window
Ok, Thank you. Perhaps you know. When I use a link on my page nobody can see that the link is comming from my site (no referel). Do you know how to solve this?