Hi there.
First sorry for my bad English. I'm newbie in PHP so if my question previously asked please forgive me because I dont know what keyword I should search about.
I have a form which gets some numeric values form visitors. The question is how can I decompose a numeric value to multiple from 1, 2 and 3 in any cases and give back to them as choices.
For example I have "5":
1-> 5= 2x2 + 1x1
2-> 5= 1x3 + 1x2 + 1x1
3-> 5= 5x1
Thanks in advance.


