Hi,

> I need a way to create a page which should be accessible by an URL of
> the form "http://[bla-bla]/something.pdf";. How do I go about
> accomplishing that?

Create a Website called something.pdf, use an empty or near empty style (No
html output or so, yust header, cookiestuff). 1.st Line in website should be:

<?PHP
Header("Content-Type: application/pdf");
Send 
your PDF Stuff here, and thats it. 
PHP?>

I've made the same with my CSS Styles. Called the page mystyle.css, set
content type to text/css and send the CSS Stuff (depending on Browser).

regards Martin

-- 
  mailto: `echo [EMAIL PROTECTED] | sed 's/[NOSPAM]//g'`
----------------------------------------------------------------
  Wanted: Volcano. Average size. Must be active.
----------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to