Subject | RE: [firebird-php] Re: PLZ HELP - I am lost |
---|---|
Author | Alan McDonald |
Post date | 2004-11-20T21:58:29Z |
I dont exactly know your question, but
header('Location: join.php');
is part of my redirect, if the reg confirm email does not get sent he
is redirect to signup again. If all is sucessful he is loged in and
taken to his details page. Which always happenes but the data is just
not entered into the db.
[Alan McDonald] In my experience, IIS does not like to action a redirect mid
stream unless you have buffered the page.
try putting the ob_start and flush at the top/bottom of the page to force
buffering.
Alan
[Non-text portions of this message have been removed]
header('Location: join.php');
is part of my redirect, if the reg confirm email does not get sent he
is redirect to signup again. If all is sucessful he is loged in and
taken to his details page. Which always happenes but the data is just
not entered into the db.
[Alan McDonald] In my experience, IIS does not like to action a redirect mid
stream unless you have buffered the page.
try putting the ob_start and flush at the top/bottom of the page to force
buffering.
Alan
[Non-text portions of this message have been removed]