[PHP] Displaying documents stored under web root

2006-03-10 Thread Gerry Danen
Adrian, I use something like this: http://groups.yahoo.com/group/php_and_mysql/ On 3/10/06, Adrian Bruce <[EMAIL PROTECTED]> wrote: > > Hi > > After some advice (surprise!) > > I currently store restricted documents beneath the web root so they are > not accessible via the URL, when a valid user

RE: [PHP] displaying documents stored under web root

2006-03-10 Thread Kevin Davies - Bonhurst Consulting
bject: [PHP] displaying documents stored under web root Hi After some advice (surprise!) I currently store restricted documents beneath the web root so they are not accessible via the URL, when a valid user wishes to view a document i copy it to a temporary folder above the root and load it in

[PHP] displaying documents stored under web root

2006-03-10 Thread Adrian Bruce
Hi After some advice (surprise!) I currently store restricted documents beneath the web root so they are not accessible via the URL, when a valid user wishes to view a document i copy it to a temporary folder above the root and load it in a new page. the only way i can then manage to delete