Need Help with error message
Posted: Thu May 04, 2006 6:55 pm
Well it seems I am stuck again. Once I get a valid piece of information from the form I built I then try and go to my next page using the following code
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.
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.