02-17-2017, 03:50 AM
when I put code below:
.
.
.
//Retrieve a list of all .php files in root files folder
function getPathPhpFiles($absRoot,$urlRoot,$fullPath) {
$directory = $absRoot.$urlRoot.$fullPath;
$row ="";
.
.
.
the error message are gone, it is OK what I did??
Regards.
.
.
.
//Retrieve a list of all .php files in root files folder
function getPathPhpFiles($absRoot,$urlRoot,$fullPath) {
$directory = $absRoot.$urlRoot.$fullPath;
$row ="";
.
.
.
the error message are gone, it is OK what I did??
Regards.