Is it possible to incorporate target="_blank" into a PHP redirect: <?php header("Location: http://www.example.com"); ?> PHP: I've tried it but it didn't work. I know that target="_blank" is no longer valid, but I need to redirect and open a new window. If I can't incorporate target="_blank" into a PHP redirect, how else can I open a new window without Javascript?