Quote:
Originally Posted by mfyvie
Replace with:
Code:
for($i = $score; $i >= 0; $i=$i-1) {
This will reverse current order, making max rep the first choice, and 0 the last.
|
Hi,
how this works with the negative points?
I tried
Code:
for ($i = 0; $i <= $neg_score; --$i) {
but than the popups don't works anymore.
And how I could remove the 0 from the negative points?