mihail2 Posted April 14, 2013 Share Posted April 14, 2013 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 More sharing options...
Psycho Posted April 14, 2013 Share Posted April 14, 2013 Use a for() loop: http://php.net/manual/en/control-structures.for.php Link to comment https://forums.phpfreaks.com/topic/276942-decrease-a-value-until-it-reaches-1/#findComment-1424699 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.