I am a newbie at php, and am trying to develop a php script that will return information about the files on the CD in a drive that lives on my apache server.
The "opendir" function allows me to get the file information I want, but it seems that it will not open a directory on a different disk drive.
I have also tried to do this from a command prompt with the same results.
The php documentation makes no reference to changing disk drives, and I now think that php will not allow this.
Can anyone tell me how to do this "directory" , or suggest some creative way to accomplish it *without
1. copying the CD to the hard drive
2. using "system" to write an intermediate file
Thanks,
Bob
The "opendir" function allows me to get the file information I want, but it seems that it will not open a directory on a different disk drive.
I have also tried to do this from a command prompt with the same results.
The php documentation makes no reference to changing disk drives, and I now think that php will not allow this.
Can anyone tell me how to do this "directory" , or suggest some creative way to accomplish it *without
1. copying the CD to the hard drive
2. using "system" to write an intermediate file
Thanks,
Bob
Comment