Posts by Paulo Oliveira • 11 points
2 posts
-
0
votes1
answer127
viewsA: Listing directories "Client" with PHP - Error when directory name has accent
To solve the problem I changed: $openDir = dir($abreDir); To: $openDir = dir(utf8_decode($abreDir)); Sorry I even answer my question, but is that from what I read in the "help" of stackoverflow I…
-
1
votes1
answer127
viewsQ: Listing directories "Client" with PHP - Error when directory name has accent
Good morning. I’ve been trying for at least two days to find a solution to the problem I’m facing. I’m still a beginner in php and that’s why so much difficulty... Well, here’s the problem: I want…