phphttp-redirect

PHP Header Redirect in a new window?


For a banner management system i use a

 header("Location: http://www.awebsite.com");

to redirect to the proper website. Is it possible to force this header script to open in a new window?


Solution

  • <a href='yourbannerscript.php' target='_blank'>...</a>