Now usually this is a straight forward solution for me as i have done this nurmeros times however
i have a PHP process which ends with
Code: Select all
header("Location: /some/other/index.php?Msg=$Msg");
exit;where index is the file the header redirects to and set_document is the file setting the header...Warning: Cannot modify header information - headers already sent by (output started at /../../../docs/index.php:22) in /../../.../docs/set_document.php on line 85
i have no spaces, however index.php does begin to output html...
but that shud be ok shudnt it? u reidrect to another page to show that html
would the fact that the resulting pages are in a frameset account for this?
Kendall