greenstar91
May 20th 2008, 11:39 am
I have recently finished a combination calculator for finding the number of combinations of a group of numbers.
http://greenstar91.007sites.com/index.php <<excuse the free hosted site!
Now I want to create a script that will list every single combination in order for a user defined character set (most likely lower case + numbers) i.e. if user types in 'abcdefghijklmnopqrstuvwxyz0123456789' and 6 combination length. I want the script to list every combination starting from aaaaaa, aaaaab, aaaaac e.t.c.
I know this is not the best language to be doing it in and akso it will take up a lot of space. i still wish to proceed as then i want to put the results into a database.
thanks
http://greenstar91.007sites.com/index.php <<excuse the free hosted site!
Now I want to create a script that will list every single combination in order for a user defined character set (most likely lower case + numbers) i.e. if user types in 'abcdefghijklmnopqrstuvwxyz0123456789' and 6 combination length. I want the script to list every combination starting from aaaaaa, aaaaab, aaaaac e.t.c.
I know this is not the best language to be doing it in and akso it will take up a lot of space. i still wish to proceed as then i want to put the results into a database.
thanks