My code so far
if ($handle = opendir("
{
echo $handle;
}
My current error
Warning: opendir( [function.opendir]: failed to open dir: not implemented in /home/clients/accounts/html/rlt/test.php on line 3
does anyone know how to overcome this problem?
PS I am using PHP 5
Richard
if ($handle = opendir("
{
echo $handle;
}
My current error
Warning: opendir( [function.opendir]: failed to open dir: not implemented in /home/clients/accounts/html/rlt/test.php on line 3
does anyone know how to overcome this problem?
PS I am using PHP 5
Richard