i want to check if a dir exists...
so i use is_dir("$userpath$row[1]");
($userpath = '/user/';
and $row[1] is tackleberry)
but then i get the following error i don't unterstand
Warning: stat failed for /user/tackleberry (errno=2 - No such file or directory) in C:\server\files\hosting\admin.php on line 564
Anyone an idea? Thx