* Martín Marqués <martin@bugs.unl.edu.ar>:
> I'm having a bit of a problem understanding how the header() sends the HTTP 
> headers.
>
> Here's what I want to do:
>
> 1) Send a PDF file which will be printed in the client (the client will read 
> it and print it if he wants to.
> 2) Redirect to the main page of the aplication.

You can't do both; you can do one or the other. A Location header will
always redirect, even if a content-type has been sent.

-- 
Matthew Weier O'Phinney           | WEBSITES:
Webmaster and IT Specialist       | http://www.garden.org
National Gardening Association    | http://www.kidsgardening.com
802-863-5251 x156                 | http://nationalgardenmonth.org
mailto:[EMAIL PROTECTED]         | http://vermontbotanical.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to