Forum Moderators: coopster
I have a page called game.php.
The first line refers to a redirect.php page which will send a user to a different site if the game selected is in the redirect.php page.
The person is redirected by the header("Location... ") function.
My question is... is there a way to have this page, if the person is redirected, open up in a new page? I have read that you cannot do this with php so I believe I must use javascript or something of the like.
Is there a way to open a new page in my situation? And where would I add the javascript/script if there is?
Thanks,
Eric