![]() |
Does somebody know how to generate a list with one letter and one number combined?
I want to have a list like this:
a1 a2 a3 | | | z6 z7 z8 z9 as well as aa ab ac | | | zx zy zz Does anyone know how to generate it? Any help would be greatly appreciated! Seb. |
a very short script
|
Yes, but I'm a designer. I can't script. :(
|
-script open tag-
alpha = Array('a','b','c','d'); numm = Array('1','2','3','4'); for(x=0;x<alpha.length;x++) { for(y=0;y<numm.length;y++) { hahahahahahahahahahahahahahaha(alpha[x]+numm[y]+"<br>"); } } -script close tag- just make the 'alpha' and the 'numm' array as long as your likeing. |
i can make the script for you ... 20$
|
Quote:
Thanks, really!! Could you put that in the PHP board option so the board won't mess it up? Regards, Seb. |
Quote:
|
Quote:
okie :) |
This works.. put it in a file called something.php, run it with a browser.
PHP Code:
|
Thanks everybody! I've got it sorted out.
|
All times are GMT -7. The time now is 06:33 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123