Hello,
I would like to use an URL insttead of a local path in the following command, is it possible?
[CODE=php]
$url = 'http://www.mysite.com/content/';
$dir = opendir($url);
[/CODE]
Thank you,
kkhan
I would like to use an URL insttead of a local path in the following command, is it possible?
[CODE=php]
$url = 'http://www.mysite.com/content/';
$dir = opendir($url);
[/CODE]
Thank you,
kkhan
Comment