Code: Select all
<?
header('Location:http://localhost/test2.php);
?>and I get the following message.
Warning: Cannot modify header information - headers already sent by (output started at C:\sokkit\site\TestReserve11.php:186) in C:\sokkit\site\TestReserve11.php on line 266
So first of all why would I get this message and what do I do to correct it. Am I using the wrong function to transfer to my next page.
Thanks for any information.