Headers
Posted: Tue Dec 16, 2003 9:23 pm
I can do this
header("Location: http://www.example.com/");
but I would like to have the same effect as this
<a href="http://www.example.com" target="_blank">
In other words I would like the redirect to open in a new window. Any ideas?
header("Location: http://www.example.com/");
but I would like to have the same effect as this
<a href="http://www.example.com" target="_blank">
In other words I would like the redirect to open in a new window. Any ideas?