This question already has an answer here:
- Header Location in new tab [duplicate] 2 answers
- PHP Header Redirect in a new window? 5 answers
I use a header location to link another site at my site. Please, don't look after this manner, I can't do anything with it... My code looks like this
if($navigateId==82) {
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: http://newsite.com/sample-link" );
}
I would like, if I only can open this anchor at new card (target="_blank") Thanks for help
</div>