If you need another option to redirect use the meta refresh tag in HTML,
that is what I use.  I set the time to 2 seconds or less
"Mike Flynn" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Which session library files do you mean?  Sessions should never create the
> headers -- there's no reason for them to do so.  There's nothing in the
> page itself that sessions need care about and nothing they can affect / be
> affected by.  Are you sure that the headers aren't coming from somewhere
> else?  A bit of extranneous code you've written / a pre-existing error
message?
>
> I use sessions all the time and header redirections work fine..
>
> -Mike
>
> At 11:50 AM 11/30/2001 +0100, Martin.Andrew wrote:
>
> >Is there another function that does the same job as Header()
> >
> >I'm creating a forum, and when a user sends a message I call a function
that
> >checks name, password etc, then updates the DB and then calls the Header
> >function to redirect the page.
> >
> >This would be fine except I am also using session library files that have
> >the html headers already created, thus, while the redirects (it still
> >redirects) I get the standard
> >Warning: Cannot add header information - headers already sent by ....
> >message, I know where the problem is but can't solve it without changing
> >many function of the forum functionality.
> >
> >I have tried using plain javascript and this does work but there is again
a
> >split second delay that is very annoying.
> >
> >Thanks.
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to