Code: Select all
$path = "http://www.londonindie.com/imi/band/".$ID";
$dir_handle = @opendir($path) or die("Unable to open $path");this very simple set of commands does not appear to be working on my system.
it echos the proper ID, and the directory exists, and has the correct permissions.
when i copy and paste the parsed path, it's fine going there in a browser.
i have tried using [DOCUMENT_ROOT] too... and it has a different error all together. Resource unavailable.
any ideas?