PHP program sorting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • okuku
    New Member
    • Jan 2007
    • 1

    PHP program sorting

    How do I sort a list of numbers? say 13, 12, 5, 30
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Do not double post in this (or any other) forum!!
    If in an array, sort(array_name );

    Ronald :cool:

    Comment

    Working...