Need to arrange files alphabeticaly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • opticalpigion
    replied
    Originally posted by jnetwensu View Post
    Thank you very much for that it worked but now it arranges the files from z-a is it possible to arrange them from a-z ?
    then use asort OR sort

    Leave a comment:


  • jnetwensu
    replied
    Thank you very much for that it worked but now it arranges the files from z-a is it possible to arrange them from a-z ?

    Leave a comment:


  • opticalpigion
    replied
    replace krsort with arsort

    Leave a comment:


  • jnetwensu
    replied
    Thanks for the reply but it doesnt use sql...

    Leave a comment:


  • ozziemale31
    replied
    re

    use the sql command ORDER BY id
    or ORDER BY usersname

    Leave a comment:


  • jnetwensu
    started a topic Need to arrange files alphabeticaly

    Need to arrange files alphabeticaly

    Hi guys I have this indexing script but it just randomly arranges the files in any order please can someone take a look and help me to get it to arrange the files alphabeticaly..
    Attached Files
Working...
X