"Cyrus D." wrote:
>
> The thing that was confusing me with Header() is the part about not
> outputing anything before the call.
>
> That just means outputing something that would show up on the page, like the
> output from 'echo' right ? I can still have functions with calculations
> before the Header() call can't I ?
Yup, that could be something from echo, any HTML you have in the page before the
header, any error messages that the server produces, or even just a single blank
line before your first <?PHP tag. Or it could be any of the above produced from
any included or required files.
You can do calculations as long as they produce no output or you buffer the
output.
Shawn
--
Shawn Wilson
shawn@glassgiant.com
http://www.glassgiant.com