Page 1 of 1

Is there a function that send a new page to the browser

Posted: Mon Jun 04, 2007 7:09 pm
by bundy
Hi all

Are there any functions I can use to redirect the user's browser to a new page apart from using header function ?

Posted: Mon Jun 04, 2007 7:14 pm
by superdezign
In PHP? Don't think so.

Maybe you should try JavaScript or meta redirection.

Posted: Mon Jun 04, 2007 7:33 pm
by RobertGonzalez
Just about all of them are going to be handled by headers though. Why do you not want to use header() (and please don't say because of the 'Headers already sent' messages).

Posted: Mon Jun 04, 2007 7:45 pm
by superdezign
Everah wrote:(and please don't say because of the 'Headers already sent' messages).
(I think it's safe to assume that the error is, indeed, that. :P)