I have a table where users select multiple numbers and are written to $_SESSION
, so that's fine, but I need these numbers to appear in ascending order:
Example of $_SESSION gravada = 22-20-38-54-52-42-34-18-70-75
I need to appear like this = 18-20-22-34-38-42-52-54-70-75