Jump to content

Decrease a value until it reaches 1


mihail2

Recommended Posts

I have a mysql database which stores a number variable .Let's say the variable it's 10. I want a form with a drop-down list which stores the variable values until 1.

In case if the variable is 10 the drop-down should contain: 

1 
2 
3 
4
5
6
7
8
9
10

If the variable is 15 the drop-down should contain:

1 
2
3
4
5
6
7
8
9
10
11
12
13
14
15

And so on. Thanks , I will look forward for your answers.

 

 

Link to comment
https://forums.phpfreaks.com/topic/276942-decrease-a-value-until-it-reaches-1/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.