Posts by Gcarts2 • 1 point
2 posts
-
0
votes1
answer26
viewsA: Script to list images in descending form (from last to first)
I’ve already found.... I use reverse mode ;) $files = array_reverse(glob($Folder. $filetype));
-
0
votes1
answer26
viewsQ: Script to list images in descending form (from last to first)
Hello. I have this script that shows a list of images within a certain folder, and allows you to choose the amount of images to show per page. But if the files have the names 1.jpg 2.jpg 3.jpg , it…