On 5/18/07, Tijnema ! <[EMAIL PROTECTED]> wrote:

On 5/18/07, Haig (Home) <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I have a simple script that scans a directory and will output a list of
sub
> directories as a hyperlink.
>
> Script is working fine. Only problem I have is that if there is a
> subdirectory called "Image", my script won't see it. If I rename that
> subdirectory to anything else, it will see it.
>
> If I use a standard href line to link that "image" subdirectory, that's
fine
> but then it won't show up alphabetically when the other folders are
linked.
>
> Any ideas?
>
> Haig


We can't guess what you did wrong, show us relevant parts of your code.

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


   I'm guessing that it's just a typo, but are "Image" (first mention) and
"image" (all lower-case, second mention) actually the exact same directory?
Remember, all POSIX-based systems (*nix, Linux, BSD, MacOS) are all
cAsE-sEnSiTiVe.

   Also, in addition to Tijnema's request, please supply your basic server
configuration (WIMP, LAMP, et cetera).  For example:

       Linux (Redhat 7.1)
       Apache 1.3.37
       MySQL 3.23
       PHP 3.4.4

   Just *please* don't tell me you have that configuration!  ;-P

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

Reply via email to