hello, i really have problems with arrays... sorry to keep asking you but really need to get this script up and running.
the user selects 6 numbers in a list
I have to store this list in $_SESSION['liste']; (I cant do it differently)
the list is stored like that: 34-21-44-32-12-11 (cant do it differently either)
what I need to do is to explode the array, get rid of the - , sort the values in ascending order and send them to my table as a string.
so in the end I should have: 111221323444
I tried using a variation of laserlight's script (given in a previous post) without success... 🙁
hope that someone will have time to give me a hand again in telling me what I could change in saberlights script to make it work.
really appreciate your support guys.