I want to make combination for 1-6 in PHP. For example we have range of 1-6 possible combinations are
1-2, 1-3, 1-4, 1-5, 1-6, 2-3, 2-4, 2-5, 2-6, 3-4, 3-5, 3-6, 4-5, 4-6, 5-6
PHP algorithm for creating above combinations is required.
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Here goes:
|
|||
|
|
|
|||
|
What exactly do you intend to use the string for? Either way, the following will output the strings that you have indicated.
|
|||
|
|