Jack wrote:
Dear Joakim
First of all, thx for the reply and here is the code :
");
}
}
closedir($handle);
file://check if the directory exist for last month
file://Folder's Name
$folder=date("M",mktime(0,0,0,$previousmonth,1,$currentyear));
$dirname="Oct-02";
if (is_dir("Oct-02"))
{
print ("G
Jack wrote:
Dear all
here is the path i want to open for reading files from it!
path = "c:/pdf_reports/bills/Oct-02"
Here you have no trailing /
--- Snip ---
when i change the path to : "c:/pdf_reports/bills/"
But here you do...
It should not make a difference as far as I know, but it may be w
Dear all
here is the path i want to open for reading files from it!
path = "c:/pdf_reports/bills/Oct-02"
i always got returned with these error :
" Warning: OpenDir: Invalid argument (errno 22) in c:/page.php on line 21"
"Warning: Supplied argument is not a valid Directory resource in c:/page.php
Dear all
I was trying to check if a directory exist in a specific folder, but i got this error
message as below :
Warning: OpenDir: Invalid argument (errno 22) in C:\InetPub\wwwroot\Nedcor Internal
Live\Reports\Bills Reports\page.php on line 21
here is the code :
4 matches
Mail list logo