The_FedEx_Guy wrote:
> Which header information is this? I have never come
across this.
It's probably the most common beginner's mistake in PHP after
forgetting
such things as semicolons or matching quotes:
"Remember that header() must be called before any actual
output is sent,
either by normal HTML tags, blank lines in a file, or from
PHP. It is a
very common error to read code with include(), or require(),
functions,
or another file access function, and have spaces or empty
lines that are
output before header() is called. The same problem exists
when using a
single PHP/HTML file."
http://uk.php.net/manual/en/function.header.php
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/