Posted by John on 07/23/07 06:57
>In short: You're sending something to the browser already (could be a
>space, a newline, something like that), so no further headers can be
>sent. The error message usually tells you where the output started.
>
>Micha
Can you have this <?php include("menu.php"); ?>
and then start another php file <?php
whatever code
?>
Or how is the best way to call the menu.php file inside of the php
file that I want to run?
Navigation:
[Reply to this message]
|