|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-14 14:53 UTC] elixer@php.net
[2002-05-15 00:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 09 20:00:02 2025 UTC |
Hello, I meet a problem with this code: c:\ is my hard drive to obtain the files in the directory of my hard drive, "c:/planning/", the code is : $dossier=opendir("c:/planning/"); echo $dossier; this code work fine. It display me the ressource. //****************************************** But when I want obtain files in a remote directory "H:/planning" by example, normaly the code is : $dossier=opendir("h:/planning/"); echo $dossier; this code don't work, it display me nothing. I test this code on several computers, and I obtain the same problem. I think that it's a bug. could you confirm me ? Thanks about your help . Christophe