Hallo!
Was stimmt daran nicht:
$dir=opendir("./pdf/");
while($file=readdir($dir))
{
echo "$file";
}
Ich bin im Verzeichnis hp/php/ und möchte nun in hp/pdf.
Danke!
Alex
Hallo!
Was stimmt daran nicht:
$dir=opendir("./pdf/");
while($file=readdir($dir))
{
echo "$file";
}
Ich bin im Verzeichnis hp/php/ und möchte nun in hp/pdf.
Danke!
Alex