In my project, I am using EasyPHP and the directory I wanted to access is
-> www/myP/profile_icon
:
I am trying to access profile_icon folder by using the code:
$dir = "myP/profile_icon";
$handle = opendir($dir."/");
However, I am getting a warning:
Warning: opendir(myP/profile_icon/,myP/profile_icon/): The system cannot find the path specified. (code: 3) in C:\Program Files\EasyPHP-12.1\www\myP\functions.php