Posts by Aurélio Castro • 33 points
2 posts
-
2
votes3
answers1031
viewsQ: As returns only the file name without the path
How do I get this code to return only the file name. With this current code it’s returning me all the way from the ex file: /IES.pptx files I need him to just return the name or the name with Ex…
phpasked Aurélio Castro 33 -
1
votes1
answer112
viewsQ: Limit the amount of files that will be displayed in a directory
Guys need to limit the amount of files that will be displayed in a certain directory. This is my php code that lists the files in my directory : <?php $diretorio = getcwd(). "/arquivos" ;…
phpasked Aurélio Castro 33