i have a small application that gets me all possible combinations of 5 numbers from an array that holds 12 numbers. when i try to alter it and make the elements in the array more and try to get combinations of 7, 6 numbers it says :
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 35 bytes)
I have attached the php file. thanks for the replies
Last edited by gate7cy; Sep 16th, 2009 at 06:40 PM.