I am using the asort function in one of my codes, but the thing is, that I need more variables in the result table at the end of the script. In other words I have this:
some variables
$var1, $var2, $var3... all these variables have numbers... let say var1="No result", var2=54, var3=11.5.
also, I have table that is with 4 columns. In the first, there is image, in the second - one of the variables, in the third - variable/2, and in the last - image-button. I want this table to have different image/results/button for each one of the results. I've tried with asort, but it works only with 2 elements, not with 4