RE: [PHP] Can't link image directory?

2007-05-18 Thread Haig Dedeyan
shows me the subdirectories that exist in the directory I configure the script for, but no further levels of subdirectories as it stands. That could be modified *very* easily, but that's a different matter. On my system, it shows /images without a problem, which more or less adds to

Re: [PHP] Can't link image directory?

2007-05-18 Thread Haig Dedeyan
Sorry for the lack of information. I also was wrong about the subdirectory name. It's "Images" and not "Image" The workstation is running WinXP Pro while PHP 5 & Apache 2 are on Suse 10.1. I also installed apache2 & php5 on a WinXP Pro system and the same problem occurs. I have tried 7 workst

Re: [PHP] Can't link image directory?

2007-05-18 Thread Daniel Brown
At last, why are you using file:// in your link? You're using a webserver to display the contents, but file:// links to files on the local hard drive. Unless the server is running on the same machine you're visiting the site with, it will fail to point to the right file. I'm not positive, b

Re: [PHP] Can't link image directory?

2007-05-18 Thread Tijnema !
On 5/18/07, Haig Dedeyan <[EMAIL PROTECTED]> wrote: Sorry for the lack of information. I also was wrong about the subdirectory name. It's "Images" and not "Image" The workstation is running WinXP Pro while PHP 5 & Apache 2 are on Suse 10.1. I also installed apache2 & php5 on a WinXP Pro system

Re: [PHP] Can't link image directory?

2007-05-18 Thread Daniel Brown
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 >

Re: [PHP] Can't link image directory?

2007-05-18 Thread Tijnema !
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 ren

[PHP] Can't link image directory?

2007-05-17 Thread Haig (Home)
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 i