EMAIL PROTECTED]
Sent: November 1, 2004 11:45 PM
To: 'PHP Windows List'
Subject: RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir
Thanks for the information Warren.
I am actually already passing parameters to the page for the file types
(at least I was in ASP and will now do so in P
omething simple!
Armando
-Original Message-
From: Jason Barnett [mailto:[EMAIL PROTECTED]
Sent: November 2, 2004 7:13 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Displaying An Image / Non-Web accessible Dir
> Can you or someone suggest how I can access an image file on my drive
>
From: Jason Barnett [mailto:[EMAIL PROTECTED]
Sent: November 2, 2004 7:13 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Displaying An Image / Non-Web accessible Dir
> Can you or someone suggest how I can access an image file on my drive
> which is not part of the http-accessible direc
Can you or someone suggest how I can access an image file on my drive
which is not part of the http-accessible directories (say in
C:\images\somepic.jpg) and display the filetype? I think once I can at
least get that to work, the rest should be fairly simple.
If all goes well, the only thing you sh
s Apache 2.0.51, and o/s is
Win2K Server. Thanks again, and cheers.
Armando
-Original Message-
From: Warren Vail [mailto:[EMAIL PROTECTED]
Sent: November 1, 2004 1:37 AM
To: Armando; PHP Windows List
Subject: RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir
I would thing you could
I would thing you could do something similar using the GD "image" functions,
http://www.php.net/manual/en/ref.image.php
in your html page code and this module
would
basically;
1. determine the type of image (jpec, gif, etc) (note you can pass ?parms
in get format to your imagemodule