View Single Post
Old 10-11-2007, 08:27 AM   #1 (permalink)
charlesming
Recruit
 
Join Date: Oct 2007
Posts: 5
charlesming is on a distinguished road
open new browser code for php

Hi all,

i have the below code currently to redirect-


<?php
header('location:/xxx');
?>



How can i code it such that the new page will open in a new browser window? thanks so much!
charlesming is offline   Reply With Quote