Re: [PHP] Help---using pdfs with PHP

2001-01-11 Thread Richard Lynch
What's URL?... Is that the actual code you have? If so, the browser is going to try to do a *RELATIVE* path to that, I think... - Original Message - From: Sam <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Thursday, January 11, 2001 7:25 AM Subject: [PHP] Help---using pd

[PHP] Help---using pdfs with PHP

2001-01-11 Thread Sam
This is the code I use if ($HTTP_ACCEPT_LANGUAGE=="en-gb") { header("location: URL/test.pdf"); exit; } but it doesn't work, whereas when I paste the URL into the browser, it works fine. Is there any reason for this? Thanks Sam Rose _