In some of my script ive been using the followin
if(isset($_POST['mybutton'])){
header("Locatio n: http://www.mysite.co.u k/path/my.php");
}
This changes the page in the open browser window. How can I modify this to
open a new window without replacing the parent
if(isset($_POST['mybutton'])){
header("Locatio n: http://www.mysite.co.u k/path/my.php");
}
This changes the page in the open browser window. How can I modify this to
open a new window without replacing the parent
Comment