|
Posted by ZeldorBlat on 01/05/07 21:07
Pawel Halastra FrT wrote:
> Elo,
> I'm having a terrible trouble with a simple, as I think, issue. I need
> to stop my script in the middle of proccesing, and, simultanously, start
> a new script. The idea is not to sent any output to web browser before
> the second script is done. Typical scenario should goes like this:
> - script a.php ends its execution with some error, instead of sending
> its output to the browser, a.php passes control to b.php
> - output is being cleared, script b.php renders it from scratch, then
> sends back to the browser
>
> Is it possible (like in ASP.NET lets say - Server.Redirect())?
>
> Many thanks for help!
>
> --
> Pawel Halastra 'FrT'
header('Location: b.php');
Navigation:
[Reply to this message]
|