opendir(), easy question.
Posted: Mon May 22, 2006 5:15 am
Hi,
can I set path of opendir to be an url?
As an instance opendir("http://www.mydomain.com/mydir");
Currently i'm using a relative path, but this creates me some problems, opendir("../../mydir");
Thanks.
can I set path of opendir to be an url?
As an instance opendir("http://www.mydomain.com/mydir");
Currently i'm using a relative path, but this creates me some problems, opendir("../../mydir");
Thanks.