Re: [PHP] file access to "virtual files"

2004-02-09 Thread Jason Wong
On Monday 09 February 2004 16:23, merlin wrote: > there is following scenario: > - One php file saved with .pdf extension > - .htaccess tells php to parse this file > - ?ID=x provides the database id for individual files > > That whole thing workes perfectly as long as you access it via browser >

[PHP] file access to "virtual files"

2004-02-09 Thread merlin
Hi there, there is following scenario: - One php file saved with .pdf extension - .htaccess tells php to parse this file - ?ID=x provides the database id for individual files That whole thing workes perfectly as long as you access it via browser and URL. Now I need to save those files, or send t