I have the following part of code in a PHP file and I want to know if there's a way to make the URL open in a new window instead of the same window. It might be a dumb or easy question, but I'm not too familiar with PHP
header("Location: http://www.website.com" );
Let me know if this is possible, and if so, how. Thanks.