Re: [PHP] Re: Redirect Function?!!

2001-12-07 Thread Miles Thompson
RFC 2616 is your friend "14.30 Location The Location response-header field is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource. For 201 (Created) responses, the Location is that of the new resource wh

Re: [PHP] Re: Redirect Function?!!

2001-12-07 Thread Roko Roic
"Brian Clark" <[EMAIL PROTECTED]> wrote in message 20011207082759.GB8750@ganymede">news:20011207082759.GB8750@ganymede... > * Roko Roic <[EMAIL PROTECTED]> [Dec 07. 2001 03:26]: > > > I don't like header('Location: page.php'); so I use a HTTP request class to > > call another script/page. This do

Re: [PHP] Re: Redirect Function?!!

2001-12-07 Thread Brian Clark
* Roko Roic <[EMAIL PROTECTED]> [Dec 07. 2001 03:26]: > I don't like header('Location: page.php'); so I use a HTTP request class to > call another script/page. This does fork another httpd, but that's life :) Just out of curiosity, what's wrong with header('Location ... ');? -- -Brian Clark