In Netscape:
Sometimes on certain pages when I use:
<? header("Location: <page>"); exit; ?>
I get a 'This Document Contained No Data' message. I know that the <page> contains valid data.
...Any Ideas?
and does the page you redirect to generate output?
Yes.
The page redirected from is 'processEmail.php?modify=3' redirecting to 'processEmail.php'
Is there a problem redirecting to the same page?
"Is there a problem redirecting to the same page?"
no, but the page you are redirecting to must ofcourse produce output. So you have to make sure that the script produces some kind of output when you call processemail.php wihtout parameters.