Hi I need some help with some reverse looping.
I receive a number as a variable. And from that point, I need to loop to 1. So if I receive 4, i need to ouput this
I tried with a loop, but I can't output a "reverse loop".
It should be pretty easy, but the problem is I'm working to a deadline and I'm sitting from 07:00 AM local(AMS) YESTERDAY :-s
So the best solution would be sleep, but the deadline is at the end of the day and I need some little things done like this one.
Please help me
, thanks in advance and a meery x-mass and a happy 2005!!!!!
Some people can learn, some people can teach.
I receive a number as a variable. And from that point, I need to loop to 1. So if I receive 4, i need to ouput this
Code:
<select name="amount">
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1</option>
</select>
I tried with a loop, but I can't output a "reverse loop".
It should be pretty easy, but the problem is I'm working to a deadline and I'm sitting from 07:00 AM local(AMS) YESTERDAY :-s
So the best solution would be sleep, but the deadline is at the end of the day and I need some little things done like this one.
Please help me
Some people can learn, some people can teach.