Jump to content

Sort by Name problem


brooksh

Recommended Posts

I am trying to sort my images by file name, but it is out of place. How can I sort it in order?

This is how it sorts, how can I change it to go from 1-12?

 

image_1.jpg

image_10.jpg

image_11.jpg

image_12.jpg

image_2.jpg

image_3.jpg

image_4.jpg

image_5.jpg

image_6.jpg

image_7.jpg

image_8.jpg

image_9.jpg

 

Link to comment
https://forums.phpfreaks.com/topic/90544-sort-by-name-problem/
Share on other sites

technically they are sorted by name.  You are trying to sort by some integer value so you are going to need a sorting function

basically you want to take that integer off the keys (maybe explode) and then sort the array based on those values

Look at a sorting function

Link to comment
https://forums.phpfreaks.com/topic/90544-sort-by-name-problem/#findComment-464211
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.