Re: [PHP] question on Header(location

2003-01-13 Thread Joseph W. Goff
No, I am afraid not. It will only send a redirection header to the same page that you are on. - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 1:33 PM Subject: [PHP] question o

Re: [PHP] question on Header(location

2003-01-13 Thread Jason Wong
On Tuesday 14 January 2003 03:33, Don wrote: > When I use ---> header("Location: http://www.somepage.com), it redirects to > my page no problem. My question is, is there a PHP trick I can use to make > it open in a new browser window? No. > I'm adverse to using JavaScript as some users may not h

[PHP] question on Header(location

2003-01-13 Thread Don
When I use ---> header("Location: http://www.somepage.com), it redirects to my page no problem. My question is, is there a PHP trick I can use to make it open in a new browser window? I'm adverse to using JavaScript as some users may not have it turned on (odd I know but a reality still). Thanks