Hello guys, is there any way to display variables from highest to lowest without storing them into an array? For example i got multiple variables $numone = 500; $numtwo = 600; $ numthree = 700; and i want to display it out base on their value.
Any help is much appreciated