On 1/16/08, Rick Retzko <[EMAIL PROTECTED]> wrote:
>
>  Thanks for the recommendation!  I've got it working now (pointing the
> form action directly to the file doing the processing, then exit() at the
> end of the process), but I'd like to be A LOT more confident that I
> understand why its working!
>
> Can anyone point me to books/articles/tutorial that focus on how PHP
> interprets headers or what's happening in the background when you download
> from the server?
>
> Thanks -
>
>

You should read up on output buffering and PHP's session handling,
specifically as it pertains to cookies. Since Cookies are sent via header()
the same applies to what you are doing by sending the XLS header.

Look here:
http://www.google.com/search?hl=en&q=php+output+buffering+cookie&btnG=Google+Search

and here:
http://guide.opendns.com/?url=php+output+buffering+cookie
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to