Hallo domi,
while ($file = readdir ($handle)) {
while (($file = readdir($handle)) !== false) {
// ...
}
Viele Grüße,
Christian
Hallo domi,
while ($file = readdir ($handle)) {
while (($file = readdir($handle)) !== false) {
// ...
}
Viele Grüße,
Christian