Hello,
Right now, I can only redirect to another page in PHP using the header ('location: ') command, but it only works if no content was flushed to the browser.
Is there any way to redirect in PHP even with some content already flushed to the browser? Like the Server.Transfer() of ASP.NET.
Thanks,
HoraShadow




Reply With Quote