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. Quote Link to comment Share on other sites More sharing options...
Solution Psycho Posted April 14, 2013 Solution Share Posted April 14, 2013 Use a for() loop: http://php.net/manual/en/control-structures.for.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.