PHP Classes

How to create a number range

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  How to create a number range  
Subject:How to create a number range
Summary:create a number range from a sequence of selected numbers
Messages:7
Author:giorgio
Date:2009-07-15 08:16:19
Update:2009-07-16 19:35:36
 

  1. How to create a number range   Reply   Report abuse  
Picture of giorgio giorgio - 2009-07-15 08:21:49
Hello,
excuse me for my 'lite' english.
i have a problem, i need to create a number range starting from a selection of a some number (a form with a multiple selection).
Example:
if i select from a multiselect this number: 5 15 and 23 (the master sequence is from 1 to 35) i need to split and make a sequence like this:
1 2 3 4
5 6 7 8 9 10 11 12 13 14
15 16 17 18 19 20 21 22
23 24 25 26 --->34
35

How make it possible?
tahnks a lot.
Giorgio

There are 6 replies in this thread, which are not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.