On Thu, April 14, 2005 7:54 am, Martín Marqués said:
> 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 really do that...

If you wanted HTML output plus a re-direct, you could use a META
HTTP-EQUIV tag for the re-direct.

But I know of nothing in a PDF that would get you a re-direct...

Actually, you could send them off to the main page, with a META HTTP-EQUIV
re-directing them to your PDF and it *might* kinda sorta work on *some*
browsers...

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to