Re: redirect with header still not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That is, unless you use output buffering. It may not be the most elegant
solution (using header() to redirect users increases server calls), but I
built a template-driven php site that calls:

<?php ob_start; ?>

...depending on certain conditions which means I can then use header() even
after I have started output.

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux